fixed(.gitignore): compile-commands.json typo to compile_commands.json
Signed-off-by: Lorenzo Torres <lorenzo@sagittarius-a.org>
This commit is contained in:
parent
26dd2aacf5
commit
97d61eac5a
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
**/*.o
|
**/*.o
|
||||||
.clang-format
|
.clang-format
|
||||||
compile-commands.json
|
compile_commands.json
|
||||||
topaz
|
topaz
|
||||||
.cache
|
.cache
|
||||||
**/*.BAK
|
**/*.BAK
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue