summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-12-03 15:34:13 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-12-03 15:34:13 (GMT)
commit65a3cc0348dcf0f6bb10cddfce6138cd5a231391 (patch)
tree2061e8091eb727538b4a3cb7dd7fe4d85cda81df /.gitignore
parent9b0389d37851ddfe36bb872063218aeaaa4ff383 (diff)
Added a '.gitignore' file for the repository.
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.*