diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 47 |
1 files changed, 41 insertions, 6 deletions
@@ -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 |