Put the executables in subdir bin
diff --git a/.gitignore b/.gitignore
index 594d4d3..f1b7566 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,16 +1,13 @@
-# Compiled Object files
+# Compiled files
 *.slo
 *.lo
 *.o
-
-# Compiled Dynamic libraries
 *.so
 *.dylib
-
-# Compiled Static libraries
 *.lai
 *.la
 *.a
+bin/*
 
 # Emacs temp files
 *~