Fixed #1915 (Patch to ignore cppcheck.exe and testrunner.exe)

When compiling in the cygwin environment the executables have
a .exe extension, so to keep the git status clean ignore both
cppcheck.exe and testrunner.exe.
This commit is contained in:
Cary R 2010-08-02 08:05:28 +02:00 committed by Daniel Marjamäki
parent 7b58455ff5
commit c8065506b6
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,5 +1,7 @@
cppcheck
cppcheck.exe
testrunner
testrunner.exe
*.o
*.bak
tools/dmake