.gitignore: multiple build dirs and kdevelop stuff

This commit is contained in:
Tillmann Karras 2014-03-08 10:59:11 +01:00
parent 161b67076a
commit 154ad838f4
1 changed files with 3 additions and 1 deletions

4
.gitignore vendored
View File

@ -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