Skip to content

Commit

Permalink
Merge pull request #811 from danieldouglas92/ignore_DS_Store
Browse files Browse the repository at this point in the history
Add .DS_Store to the list of ignored files
  • Loading branch information
MFraters authored Jan 22, 2025
2 parents 087cef5 + dda8b85 commit db3c3ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ build*/
.project
.vscode/
.compile_commands.json
/**/.DS_Store
Makefile
CTestTestfile.cmake
CMakeFiles
Expand Down

0 comments on commit db3c3ea

Please sign in to comment.