added kdevelop files and build directories to .gitignore

This commit is contained in:
Jan Bader
2021-04-13 11:09:57 +02:00
parent 42960f8c43
commit bd4be3518e
2 changed files with 6 additions and 88 deletions

6
.gitignore vendored
View File

@@ -52,3 +52,9 @@ Module.symvers
Mkfile.old
dkms.conf
# Kdevelop files to ignore
*.kdev4
.kdev4/
# ignore build directories
build/*