Added backup, swap and tags files to .gitignore

Conflicts:
	.gitignore
This commit is contained in:
Gergely Polonkai 2013-08-29 21:13:47 +02:00
parent 4eed03e221
commit 51cf967ce3
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -4,6 +4,8 @@
*.o *.o
*.lo *.lo
*.la *.la
*.bak
.*.sw?
Makefile Makefile
Makefile.in Makefile.in
/config.h /config.h
@ -26,6 +28,7 @@ Makefile.in
/install-sh /install-sh
/libtool /libtool
/compile /compile
/tags
/po/POTFILES /po/POTFILES
/po/Makevars.template /po/Makevars.template
/po/Makefile.in.in /po/Makefile.in.in