.gitignore: Ignore exe files in tests (produced by CMake).
authorIvan Maidanski <ivmai@mail.ru>
Tue, 13 Sep 2011 08:45:12 +0000 (12:45 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 13 Sep 2011 10:47:30 +0000 (14:47 +0400)
.gitignore

index 78981ff..815f796 100644 (file)
@@ -10,6 +10,7 @@
 /*.obj
 /src/*.lo
 /src/*.o
+/tests/*.exe
 
 /.deps/
 /.libs/