Updated gitignore
This commit is contained in:
parent
7c43bcb2d8
commit
fad6ca04a9
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -4,5 +4,8 @@
|
||||||
# CMake build dir
|
# CMake build dir
|
||||||
build/
|
build/
|
||||||
|
|
||||||
|
# Final executable symlink
|
||||||
|
stj
|
||||||
|
|
||||||
# compile_commands.json symlink
|
# compile_commands.json symlink
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
|
|
|
||||||
Reference in a new issue