diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-09-25 11:08:45 -0300 |
---|---|---|
committer | Tomaz Canabrava <tcanabrava@kde.org> | 2013-09-25 11:08:45 -0300 |
commit | 95e094c32531d5f0a78e7f8e419ab1b08b2b4197 (patch) | |
tree | df9c1950edb83327c031f910d719125124d3cee0 /.gitignore | |
parent | 72f0516f6dc36fb3813563a76dac86d946aba5b8 (diff) | |
download | subsurface-95e094c32531d5f0a78e7f8e419ab1b08b2b4197.tar.gz |
Added more wildcards to the Gitignore
Gitignore is now ignoring callgrind files and kdevelop
projects, this was annoying me.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c56a5e3eb..520248b58 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,5 @@ ui_* /subsurface.creator.user /subsurface.files /subsurface.includes +*.kdev4 +callgrind.out.* |