Skip to content

Commit c806550

Browse files
caryrDaniel Marjamäki
authored andcommitted
Fixed danmar#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.
1 parent 7b58455 commit c806550

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
cppcheck
2+
cppcheck.exe
23
testrunner
4+
testrunner.exe
35
*.o
46
*.bak
57
tools/dmake

0 commit comments

Comments
 (0)