summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore31
1 files changed, 31 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..62d3e58
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,31 @@
+# -*- mode: sh -*-
+
+# Emacs
+*~
+
+# Object files
+*.o
+*.l[ao]
+
+# Autoconf & Co
+.deps
+.libs
+Makefile
+Makefile.in
+
+# Flex/Bison
+*_gram.c
+*_gram.h
+*_tok.c
+
+# Python
+__pycache__
+
+# d2c
+*.g
+.gen
+fmk.done
+src/arch/arm/v7/opcodes/
+
+# GLib
+src/glibext/chrysamarshal.*