mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-22 20:43:07 +00:00
Add .kateconfig and .kateproject to .gitignore (#2237)
This commit is contained in:
parent
95f8895b43
commit
72dc8e95d0
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -30,6 +30,10 @@ Brewfile.lock.json
|
||||||
# Visual Studio Code
|
# Visual Studio Code
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|
||||||
|
# Kate
|
||||||
|
.kateproject
|
||||||
|
.kateconfig
|
||||||
|
|
||||||
# legendary cmake's
|
# legendary cmake's
|
||||||
build
|
build
|
||||||
CMakeLists.txt
|
CMakeLists.txt
|
||||||
|
|
Loading…
Reference in a new issue