Ignore more build files in git
This commit is contained in:
parent
b87995fd3e
commit
d1280b82cd
|
@ -1,5 +1,31 @@
|
||||||
|
# Compiled Object files
|
||||||
|
*.slo
|
||||||
*.lo
|
*.lo
|
||||||
|
*.o
|
||||||
|
*.obj
|
||||||
|
|
||||||
|
# Precompiled Headers
|
||||||
|
*.gch
|
||||||
|
*.pch
|
||||||
|
|
||||||
|
# Compiled Dynamic libraries
|
||||||
|
*.so
|
||||||
|
*.dylib
|
||||||
|
*.dll
|
||||||
|
|
||||||
|
# Fortran module files
|
||||||
|
*.mod
|
||||||
|
|
||||||
|
# Compiled Static libraries
|
||||||
|
*.lai
|
||||||
*.la
|
*.la
|
||||||
|
*.a
|
||||||
|
*.lib
|
||||||
|
|
||||||
|
# Executables
|
||||||
|
*.exe
|
||||||
|
*.out
|
||||||
|
*.app
|
||||||
|
|
||||||
*.m4
|
*.m4
|
||||||
*.in
|
*.in
|
||||||
|
@ -17,3 +43,10 @@ test_tmp_*
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
|
# Compile and link flag files
|
||||||
|
bindings/python/*flags
|
||||||
|
|
||||||
|
# Logs
|
||||||
|
libtorrent_logs*
|
||||||
|
*.log
|
||||||
|
|
Loading…
Reference in New Issue