Add compiledb, help and custom.py support
This commit is contained in:
parent
948cf4be33
commit
43d3b1181c
2 changed files with 56 additions and 2 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -6,6 +6,12 @@ demo/bin/*
|
|||
!demo/bin/*.gdextension
|
||||
.sconsign*.dblite
|
||||
|
||||
# Ignore custom.py
|
||||
custom.py
|
||||
|
||||
# Ignore generated compile_commands.json
|
||||
compile_commands.json
|
||||
|
||||
# Binaries
|
||||
*.o
|
||||
*.os
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue