diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-05-30 05:44:34 +0900 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-30 05:50:59 +0900 |
commit | bc48a4200fc3e03a82efe6aefd9c8938dfcbcb50 (patch) | |
tree | b3279e876c1921db5cd4de204135f17b0c3efbb8 /.gitignore | |
parent | f037b9e13f147275be756c06199cc6da46d69fae (diff) | |
download | subsurface-bc48a4200fc3e03a82efe6aefd9c8938dfcbcb50.tar.gz |
Ignore ui_* files
This makes using git from within QtCreator much easier.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3f2085f8b..c56a5e3eb 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ packaging/windows/subsurface.nsi packaging/macos/Info.plist config.cache *.qrc.cpp +ui_* /subsurface.config /subsurface.creator /subsurface.creator.user |