Merge pull request #227 from cas--/Issue/git-ignore
Ignore more build files in git
This commit is contained in:
commit
39b4b8a13d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue