diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4a8456907..0bbca0a9e 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ depcomp install-sh m4/ missing +compile po/Makefile.in.in po/Makevars.template po/Rules-quot @@ -33,6 +34,7 @@ config.status.lineno po/POTFILES .deps stamp-h1 +manaplus.spec # files created by CMake CMakeFiles/ @@ -106,6 +108,10 @@ GRTAGS GSYMS GTAGS +# tarballs generated by make dist +manaplus-*.tar.gz +manaplus-*.tar.bz2 + # generated for nsis build translations/* @@ -118,3 +124,6 @@ gmon.out # patch files created by git [0-9][0-9][0-9][0-9]-*.patch + +# backup files created by vi +*~ |