Skip to content

Commit

Permalink
adding cmake stuff in gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
andreagilardoni committed Sep 9, 2024
1 parent 5b8be99 commit b7a22f6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,19 @@
.vs
build
.idea/
### CMake ###
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps

### CMake Patch ###
# External projects
*-prefix/

0 comments on commit b7a22f6

Please sign in to comment.