summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-12-03 15:48:33 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-12-03 15:48:33 (GMT)
commitfa65dbb6d89cf7935b2d6ef5fc087cf502ff0716 (patch)
tree645bca20a93c1fd2642a089db84018f1c903f98c /.gitignore
parent65a3cc0348dcf0f6bb10cddfce6138cd5a231391 (diff)
Extended the definition of files to ignore.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore47
1 files changed, 41 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 62d3e58..210a8c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,24 +8,59 @@
*.l[ao]
# Autoconf & Co
-.deps
-.libs
+.deps/
+.libs/
+ABOUT-NLS
+COPYING
+INSTALL
Makefile
Makefile.in
+aclocal.m4
+autom4te.cache/
+compile
+config.*
+configure
+depcomp
+install-sh
+libtool
+ltmain.sh
+m4/
+missing
+stamp-h
+stamp-h.in
# Flex/Bison
-*_gram.c
-*_gram.h
-*_tok.c
+*_gram.[ch]
+*_tok.[ch]
+ylwrap
+
+# i18n
+gettext.h
+po/*.gmo
+po/*.header
+po/*.pot
+po/*.sed
+po/*.sin
+po/Makefile.in.in
+po/POTFILES
+po/Rules-quot
+po/stamp-po
# Python
__pycache__
# d2c
*.g
-.gen
+.gen/
fmk.done
src/arch/arm/v7/opcodes/
# GLib
src/glibext/chrysamarshal.*
+
+# Binaries
+src/chrysalide
+tools/d2c/d2c
+
+# Misc
+plugins/python/androperms/androperms.db