From d1280b82cd17ccc50254b2ef792c00b4a32a68b0 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Tue, 20 Oct 2015 12:09:54 +0100 Subject: [PATCH] Ignore more build files in git --- .gitignore | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/.gitignore b/.gitignore index b7956a516..810f03485 100644 --- a/.gitignore +++ b/.gitignore @@ -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