diff options
author | David Cantrell <dcantrell@redhat.com> | 2009-06-09 10:21:58 -1000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2009-06-09 12:26:48 -1000 |
commit | da487b587b6fb8483bb61386c20968d5fdc8768e (patch) | |
tree | 2d2d133d25b2a13ff0571a2f1f5810332a3198fe | |
parent | 4c050c443b8d86a2623af3de605351e9c0d54456 (diff) | |
download | anaconda-da487b587b6fb8483bb61386c20968d5fdc8768e.tar.gz anaconda-da487b587b6fb8483bb61386c20968d5fdc8768e.tar.xz anaconda-da487b587b6fb8483bb61386c20968d5fdc8768e.zip |
Ignore autoconf and automake files in the tree.
Add additional files to the ignore list that are created by the
autoconf/automake build system.
-rw-r--r-- | .gitignore | 58 |
1 files changed, 50 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore index 80ff2ac3c..45bcf0ecb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,57 @@ +*.a +*.bak +*.la +*.o *.pyc +*.so +*~ .*.swp +.depend +.deps +.libs +ChangeLog +Makefile +Makefile.in +aclocal.m4 anaconda*.tar -anaconda*.tar.gz anaconda*.tar.bz2 +anaconda*.tar.gz +anaconda.spec +autom4te.cache +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +depcomp +install-sh lang-names +libtool +liveinst/liveinst +liveinst/zz-liveinst.sh +loader/dirbrowser +loader/keymaps-override-* +ltmain.sh +m4/libtool.m4 +m4/ltoptions.m4 +m4/ltsugar.m4 +m4/ltversion.m4 +m4/lt~obsolete.m4 mini-wm -*~ -ChangeLog -.depend -*.a -*.o -*.so +missing +po/*.gmo +po/POTFILES +po/anaconda.pot +po/en@boldquot.insert-header +po/en@boldquot.po +po/en@quot.insert-header +po/en@quot.po +po/remove-potcdate.sed +po/stamp-po +py-compile +stamp-h1 tags -*.bak +xutils.la +xutils_la-xutils.lo |