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
|
||||
*.d
|
||||
*.dSYM/
|
||||
Colleen
|
||||
Grace
|
||||
Sully
|
||||
|
||||
/Colleen/Colleen
|
||||
/Grace/Grace
|
||||
/Sully/Sully
|
||||
|
||||
Colleen_kid.c
|
||||
Grace_kid.c
|
||||
Sully_*.c
|
||||
Sully_*
|
||||
|
||||
*.swp
|
||||
*~
|
||||
.DS_Store
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# Clang tools
|
||||
.clangd
|
||||
.clang-format
|
||||
compile_commands.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue