diff options
author | Bernd Wachter <bwachter-tmw@lart.info> | 2010-12-15 21:58:37 +0200 |
---|---|---|
committer | Bernd Wachter <bwachter-tmw@lart.info> | 2010-12-15 21:58:37 +0200 |
commit | ed5b9c52d7e469f0966c19ad9876b70aa8ac3737 (patch) | |
tree | 193a79ded497b2337a4cace39afb1a8dcfffc9b0 /.gitignore | |
parent | 5b277b71cd2092767bcc99bf0e107a53dc9c7918 (diff) | |
download | mana-ed5b9c52d7e469f0966c19ad9876b70aa8ac3737.tar.gz mana-ed5b9c52d7e469f0966c19ad9876b70aa8ac3737.tar.bz2 mana-ed5b9c52d7e469f0966c19ad9876b70aa8ac3737.tar.xz mana-ed5b9c52d7e469f0966c19ad9876b70aa8ac3737.zip |
Clean up .gitignore, remove auto* references
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 39 |
1 files changed, 2 insertions, 37 deletions
@@ -1,38 +1,5 @@ -# files created by autoreconf -ABOUT-NLS -Makefile.in -aclocal.m4 -autom4te.cache -config.guess -config.h.in -config.rpath -config.sub -configure -depcomp -install-sh -m4/ -missing -po/Makefile.in.in -po/Makevars.template -po/Rules-quot -po/boldquot.sed -po/en@boldquot.header -po/en@quot.header -po/insert-header.sin -po/quot.sed -po/remove-potcdate.* - -# files created by configure -Makefile -config.h -config.log -config.status -config.status.lineno -po/POTFILES -.deps -stamp-h1 - # files created by CMake +Makefile CMakeFiles/ CMakeCache.txt CPackConfig.cmake @@ -43,10 +10,8 @@ install_manifest.txt # files created during build *.o *.gmo -.dirstamp -po/stamp-po +po/translatable-files src/mana -src/mana-ea # files created during Windows build .objs |