Fixed .gitignore
This commit is contained in:
12
.gitignore
vendored
12
.gitignore
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user