diff options
author | George L. Albany <Megacake1234@gmail.com> | 2023-01-29 03:03:54 +0100 |
---|---|---|
committer | George L. Albany <Megacake1234@gmail.com> | 2023-01-29 04:09:28 +0100 |
commit | 934f51ffc7b60551cc70bc9a07f0823976346a27 (patch) | |
tree | 83377db2542a6a80430ace2db21b249b7bc4d8b0 /.gitignore | |
parent | 572ada1168537d20910aad935715ffec28c9fcf6 (diff) |
feat(build): Allow local configuration build options with custom.py
feat(build): Allow deleting unassociated intermediate files (on by default)
feat(build): Added recursive searching for C++ source files in src/extension
feat(git): Ignore /custom.py
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -61,4 +61,7 @@ bin/* *.files *.includes *.idb -*.exp
\ No newline at end of file +*.exp + +# Build configuarion. +/custom.py
\ No newline at end of file |