From 154ad838f4c481cc8f3099c5869bdbe636aade26 Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Sat, 8 Mar 2014 10:59:11 +0100 Subject: [PATCH] .gitignore: multiple build dirs and kdevelop stuff --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a2002ef885..ffc4a256aa 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ Thumbs.db # Ignore autogenerated source files Source/Core/Common/scmrev.h # Ignore files output by build -/[Bb]uild/ +/[Bb]uild[-_]*/ /[Bb]inary/ /obj/ # Ignore various files created by visual studio/msbuild @@ -22,3 +22,5 @@ CMakeLists.txt.user *~ # Ignore transifex configuration directory .tx +# Ignore kdevelop files/dirs +*.kdev4