diff --git a/.gitignore b/.gitignore index bd1ec3ca..9ee091e3 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,6 @@ build project.xcworkspace xcuserdata Credits.rtf +# the executable we used to count the occurance of a string in a file +# that can be built by make -C Source/Data/bin/C_Version +# C_count.occ.exe