Skip to content

Commit

Permalink
* Updated .gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
cybergarage committed Feb 5, 2015
1 parent 6d6f629 commit 3198487
Showing 1 changed file with 41 additions and 5 deletions.
46 changes: 41 additions & 5 deletions .gitignore
@@ -1,10 +1,46 @@
Makefile
config
config.*
# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod

# Compiled Static libraries
*.lai
*.la
*.a
*.po
*.dirstamp
*.lib

# Executables
*.exe
*.out
*.app

# MacOSX
.DS_Store
project.xcworkspace/
xcuserdata/

# Java
*.class

# Automake
aclocal.m4
autom4te.cache/
config/
.deps/
*.Po
.dirstamp
Makefile
Makefile.in

0 comments on commit 3198487

Please sign in to comment.