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:
parent
7b58455ff5
commit
c8065506b6
|
@ -1,5 +1,7 @@
|
|||
cppcheck
|
||||
cppcheck.exe
|
||||
testrunner
|
||||
testrunner.exe
|
||||
*.o
|
||||
*.bak
|
||||
tools/dmake
|
||||
|
|
Loading…
Reference in New Issue