Update .gitignore

* KDE text editor backup files
  * stuff from broken patches
  * kdevelop 4.x files
This commit is contained in:
Thomas Jarosch 2011-10-28 22:55:14 +02:00
parent f6e68914ea
commit 6ea3523ac8
1 changed files with 9 additions and 0 deletions

9
.gitignore vendored
View File

@ -6,6 +6,7 @@ testrunner.exe
*.bak *.bak
*.gcno *.gcno
tools/dmake tools/dmake
tools/extracttests
dmake dmake
tools/errmsg tools/errmsg
# VS generated files # VS generated files
@ -39,6 +40,14 @@ gui/*.qm
doxyoutput/ doxyoutput/
# qmake generated # qmake generated
# Backup files and stuff from patches
*.orig
*.rej
*~
# kdevelop 4.x
*.kdev4
*.sdf *.sdf
ipch ipch
*.opensdf *.opensdf