.gitignore: Add KDevelop *.kdev4
Filters out mesa.kdev4 and the .kdev4 directory. Signed-off-by: Vitaliy Triang3l Kuzmin <triang3l@yandex.ru> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35951>
This commit is contained in:
parent
49ec8bc982
commit
8f9db117cf
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,5 +1,6 @@
|
||||||
.cache
|
.cache
|
||||||
.vscode*
|
.vscode*
|
||||||
|
*.kdev4
|
||||||
*.pyc
|
*.pyc
|
||||||
*.pyo
|
*.pyo
|
||||||
*.out
|
*.out
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue