aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
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
commit934f51ffc7b60551cc70bc9a07f0823976346a27 (patch)
tree83377db2542a6a80430ace2db21b249b7bc4d8b0 /.gitignore
parent572ada1168537d20910aad935715ffec28c9fcf6 (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--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index cb404df..3b0260e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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