diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 36 |
1 files changed, 34 insertions, 2 deletions
@@ -1,21 +1,53 @@ # 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 -src/.deps +po/POTFILES +.deps stamp-h1 # files created during build *.o -src/tmw +*.gmo +.dirstamp +po/stamp-po +src/aethyra + +# files created during Windows build +.objs +*.dll +aethyra.exe +aethyra.depend +aethyra.layout + +# files copied in on Windows +include/* +lib/* +packaging/windows/upx/* +data/music/*.ogg + |