Supression de *.kate-swp, et de *.tmp/*.swp dans .gitignore

This commit is contained in:
attilavs2 2023-11-12 13:30:41 +01:00
parent f187af3de1
commit 610b816919
3 changed files with 1 additions and 5 deletions

4
.gitignore vendored
View File

@ -4,10 +4,6 @@
/build-cg
/build-cg-push
#nano swap
*.save
*.swp
# Python bytecode
__pycache__/

Binary file not shown.

View File

@ -16,7 +16,7 @@ void rc_pollevent() {
uint8_t rc_keydown(enum keys key) {
switch(key){
case
case -1:{return keydown()}
default:{return keydown(keymap[key]);}
}
}