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
|
||||||
|
cppcheck.exe
|
||||||
testrunner
|
testrunner
|
||||||
|
testrunner.exe
|
||||||
*.o
|
*.o
|
||||||
*.bak
|
*.bak
|
||||||
tools/dmake
|
tools/dmake
|
||||||
|
|
Loading…
Reference in New Issue