Merge pull request #227 from cas--/Issue/git-ignore

Ignore more build files in git
This commit is contained in:
Arvid Norberg 2015-10-20 23:39:22 -04:00
commit 39b4b8a13d
1 changed files with 33 additions and 0 deletions

33
.gitignore vendored
View File

@ -1,5 +1,31 @@
# 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
*.lib
# Executables
*.exe
*.out
*.app
*.m4
*.in
@ -17,3 +43,10 @@ test_tmp_*
.DS_Store
.idea
# Compile and link flag files
bindings/python/*flags
# Logs
libtorrent_logs*
*.log