Skip to content

Commit

Permalink
Added patterns to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerschmitz committed Oct 4, 2016
1 parent c1d9aa2 commit fb583dc
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .gitignore
@@ -1,4 +1,42 @@
.cproject
.project
.settings/

/Debug/

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

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

# Fortran module files
*.mod
*.smod

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

# Executables
*.exe
*.out
*.app

# Automake and Libtool stuff
autom4te.cache/
.deps
.libs
.dirstamp
Makefile

0 comments on commit fb583dc

Please sign in to comment.