Skip to content

Commit

Permalink
Merge pull request holgerBerger#120 from cniethammer/gitignore
Browse files Browse the repository at this point in the history
Provide gitignore file with common cmake build system ignores
  • Loading branch information
holgerBerger authored Dec 8, 2024
2 parents 6cbbd2d + f0701cf commit 60620e3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# cmake build system
# (from https://github.com/github/gitignore/blob/077ec2d64ed63f9db51bba853ac9f1cd51654da1/CMake.gitignore)
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
CMakeUserPresets.json

0 comments on commit 60620e3

Please sign in to comment.