diff options
author | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2010-02-13 11:55:23 +0100 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2010-02-13 11:55:23 +0100 |
commit | cfc9b326d3c2ab3ea3f4187fa55e7a5645ee7d16 (patch) | |
tree | 260fb91efd6548facb76443b7b3a6bf024dc12ff /.gitignore | |
parent | 0cf7a6a12f361faf7a2a1c01b14d6c33fe811d62 (diff) | |
download | mana-cfc9b326d3c2ab3ea3f4187fa55e7a5645ee7d16.tar.gz mana-cfc9b326d3c2ab3ea3f4187fa55e7a5645ee7d16.tar.bz2 mana-cfc9b326d3c2ab3ea3f4187fa55e7a5645ee7d16.tar.xz mana-cfc9b326d3c2ab3ea3f4187fa55e7a5645ee7d16.zip |
Ignore versioned Qt Creator .user files
Qt Creator now backs up .user files for older versions, which should
also be ignored by git.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -60,7 +60,7 @@ packaging/windows/upx/* data/music/*.ogg # files created by Qt Creator -mana.creator.user +mana.creator.user* # files created by gtags GPATH @@ -69,4 +69,4 @@ GSYMS GTAGS # generated for nsis build -translations/*
\ No newline at end of file +translations/* |