core(git/ignore): adding the executable
This commit is contained in:
parent
960681d986
commit
9411687d9a
1 changed files with 13 additions and 3 deletions
16
.gitignore
vendored
16
.gitignore
vendored
|
|
@ -3,13 +3,23 @@ build/
|
||||||
*.a
|
*.a
|
||||||
*.d
|
*.d
|
||||||
*.dSYM/
|
*.dSYM/
|
||||||
Colleen
|
|
||||||
Grace
|
/Colleen/Colleen
|
||||||
Sully
|
/Grace/Grace
|
||||||
|
/Sully/Sully
|
||||||
|
|
||||||
|
Colleen_kid.c
|
||||||
|
Grace_kid.c
|
||||||
|
Sully_*.c
|
||||||
|
Sully_*
|
||||||
|
|
||||||
*.swp
|
*.swp
|
||||||
|
*~
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
.idea/
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
# Clang tools
|
||||||
.clangd
|
.clangd
|
||||||
.clang-format
|
.clang-format
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue