forked from mirrors/qmk_userspace
Stops explorer.exe from being started with admin privilieges (#373)
This commit is contained in:
parent
4635b44533
commit
c7005cdfcf
5 changed files with 88 additions and 46 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -4,6 +4,7 @@ keyboard/planck/dfu-programmer.exe
|
|||
*.eep
|
||||
*.elf
|
||||
*.hex
|
||||
*.log
|
||||
*.lss
|
||||
*.lst
|
||||
*.map
|
||||
|
@ -14,6 +15,8 @@ tags
|
|||
build/
|
||||
*.bak
|
||||
.vagrant/
|
||||
.idea/
|
||||
CMakeLists.txt
|
||||
.DS_STORE
|
||||
|
||||
# Eclipse/PyCharm/Other IDE Settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue