core(git/ignore): adding the gitignore
This commit is contained in:
parent
494fd81aaf
commit
0bc12e86e4
1 changed files with 8 additions and 0 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -1,7 +1,15 @@
|
||||||
build/
|
build/
|
||||||
*.o
|
*.o
|
||||||
|
*.a
|
||||||
*.d
|
*.d
|
||||||
|
*.dSYM/
|
||||||
Colleen
|
Colleen
|
||||||
Grace
|
Grace
|
||||||
Sully
|
Sully
|
||||||
|
|
||||||
|
*.swp
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
.clangd
|
.clangd
|
||||||
|
.clang-format
|
||||||
|
compile_commands.json
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue