diff --git a/.gitignore b/.gitignore index 5bebbc3c..d68d256a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,14 @@ -build -*.pbxuser -*.mode1v3 -*.tm_build_errors *.dmg +*.mode1v3 +*.pbxuser +*.tm_build_errors +.build .DS_Store -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 .idea -Source/Data/* \ No newline at end of file +.swiftpm +.vscode +build +Credits.rtf +project.xcworkspace +Source/Data/* +xcuserdata \ No newline at end of file