From fa65dbb6d89cf7935b2d6ef5fc087cf502ff0716 Mon Sep 17 00:00:00 2001 From: Cyrille Bagard Date: Thu, 3 Dec 2015 16:48:33 +0100 Subject: Extended the definition of files to ignore. --- .gitignore | 47 +++++++++++++++++++++++++++++++++++++++++------ ChangeLog | 5 +++++ 2 files changed, 46 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 diff --git a/ChangeLog b/ChangeLog index 15cf0af..f950082 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ 15-12-03 Cyrille Bagard * .gitignore: + Extend the definition of files to ignore. + +15-12-03 Cyrille Bagard + + * .gitignore: Add a '.gitignore' file for the repository. 15-12-01 Cyrille Bagard -- cgit v0.11.2-87-g4458