aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4024180..3162005 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,6 +24,7 @@
/dist/*.degenerate
/dist/*.edge-cases
/dist/*.xml
+/dist/*.yml
# Built binaries in /src.
/src/**/*.a
@@ -34,3 +35,6 @@
/src/**/*.exp
/src/**/*.lib
/src/**/*.pdb
+
+# Python stuff
+/util/__pycache__/ \ No newline at end of file