Fixed .gitignore

This commit is contained in:
elvis
2022-03-11 12:03:59 +01:00
parent 37b9940132
commit 7bf1b38971
5 changed files with 63 additions and 1 deletions

12
.gitignore vendored
View File

@ -2,6 +2,17 @@
.DS_Store
.dumbjump
# project specific
build/*
!build/.gitkeep
logs/*
!logs/.gitkeep
obj/*
!obj/.gitkeep
# ---> C
# Prerequisites
*.d
@ -62,7 +73,6 @@ CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json