Skip to content

Commit

Permalink
Merge pull request #19 from lbl-cbg/cmake_gitignore
Browse files Browse the repository at this point in the history
Add CMakeCache and CMakeFiles to .gitignore
  • Loading branch information
stephprince authored Apr 19, 2024
2 parents db40173 + 0e4c7b8 commit 2ec960a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ prefix/
.clangd
CMakeLists.txt.user
CMakeUserPresets.json
compile_commands.json
compile_commands.json
CMakeCache.txt
CMakeFiles/

0 comments on commit 2ec960a

Please sign in to comment.