ignore *.txt.user files

This commit is contained in:
Martchus 2016-01-25 19:11:39 +01:00
parent 5ff5443daa
commit 43117f6ec2
1 changed files with 4 additions and 1 deletions

5
.gitignore vendored
View File

@ -15,6 +15,7 @@
/.qmake.cache /.qmake.cache
/.qmake.stash /.qmake.stash
*.pro.user *.pro.user
*.txt.user
*.pro.user.* *.pro.user.*
*.qbs.user *.qbs.user
*.qbs.user.* *.qbs.user.*
@ -22,7 +23,6 @@
moc_*.cpp moc_*.cpp
qrc_*.cpp qrc_*.cpp
ui_*.h ui_*.h
*.qm
Makefile* Makefile*
*-build-* *-build-*
@ -36,3 +36,6 @@ Makefile*
# Dolphin # Dolphin
.directory .directory
# documentation
/doc