Ignore more build files in git

This commit is contained in:
Calum Lind 2015-10-20 12:09:54 +01:00
parent b87995fd3e
commit d1280b82cd
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