summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 8 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index ca7415d..ac48673 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,11 @@
+# Temporary files of text editors
*.swp
+*~
+
+# Build products
_build
analyze
-*~
+
+# Menhir automaton data
+*.conflicts
+*.automaton