diff options
| author | 2016-06-02 13:00:44 -0400 | |
|---|---|---|
| committer | 2016-06-02 13:00:44 -0400 | |
| commit | c7005cdfcf4e4a3fc4abd536afd9fb9a378994fb (patch) | |
| tree | ae1846953613304d918c0010aefdfc9c9b6bc1a3 /.gitignore | |
| parent | 4635b4453335b61df11008fa907eef221db5912b (diff) | |
| download | qmk_firmware-c7005cdfcf4e4a3fc4abd536afd9fb9a378994fb.tar.gz | |
Stops explorer.exe from being started with admin privilieges (#373)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a082ea22e..83f3f2da9 100644 --- a/.gitignore +++ b/.gitignore @@ -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 |