summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-09-25 11:08:45 -0300
committerGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-09-25 11:08:45 -0300
commit95e094c32531d5f0a78e7f8e419ab1b08b2b4197 (patch)
treedf9c1950edb83327c031f910d719125124d3cee0 /.gitignore
parent72f0516f6dc36fb3813563a76dac86d946aba5b8 (diff)
downloadsubsurface-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--.gitignore2
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.*