summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMaarten Vanraes <maarten.vanraes@gmail.com>2011-05-26 22:19:09 +0200
committerMaarten Vanraes <maarten.vanraes@gmail.com>2011-05-26 22:19:09 +0200
commit2115769d94e29479e404fdf08c553e755250dce1 (patch)
tree294ccd1e942019ef19696cb04affa46a47833533 /.gitignore
parent3477e380121e6f37560002dbf41b90a69e0c618f (diff)
downloadplus-2115769d94e29479e404fdf08c553e755250dce1.tar.gz
plus-2115769d94e29479e404fdf08c553e755250dce1.tar.bz2
plus-2115769d94e29479e404fdf08c553e755250dce1.tar.xz
plus-2115769d94e29479e404fdf08c553e755250dce1.zip
adjust .gitignore file for building
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
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
+*~