Add compiledb, help and custom.py support

This commit is contained in:
Adam Scott 2023-08-17 10:25:50 -04:00
parent 948cf4be33
commit 43d3b1181c
No known key found for this signature in database
GPG key ID: 1352C2919D96DDDF
2 changed files with 56 additions and 2 deletions

6
.gitignore vendored
View file

@ -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