Skip to content

Commit

Permalink
add CMake .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Lev1ty committed Aug 3, 2024
1 parent 98edf56 commit e970c2f
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
Expand Up @@ -31,6 +31,20 @@
*.out
*.app

# CMake
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
CMakeUserPresets.json

# Additional exclusions
/.tmp/
*.pprof
Expand Down

0 comments on commit e970c2f

Please sign in to comment.