From: Ivan Maidanski Date: Tue, 13 Sep 2011 08:45:12 +0000 (+0400) Subject: .gitignore: Ignore exe files in tests (produced by CMake). X-Git-Tag: gc7_3alpha2~363 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f597502feb50f67d84364cf42406ec9f71fe276;p=gc .gitignore: Ignore exe files in tests (produced by CMake). --- diff --git a/.gitignore b/.gitignore index 78981ff8..815f7967 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ /*.obj /src/*.lo /src/*.o +/tests/*.exe /.deps/ /.libs/