Skip to content

Commit

Permalink
Merge pull request #6225 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
gassmoeller authored Feb 7, 2025
2 parents 4701e9c + dc965df commit 735206e
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 @@ -9,6 +9,7 @@
/compile_commands.json
/.vscode/
/.cache/
/**/.DS_Store
/AspectConfig.cmake
/CMakeLists.txt.user*
/CTestTestfile.cmake
Expand Down

0 comments on commit 735206e

Please sign in to comment.