diff options
author | Noah Andrews <NoahAndrews@users.noreply.github.com> | 2016-06-02 13:00:44 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-06-02 13:00:44 -0400 |
commit | c7005cdfcf4e4a3fc4abd536afd9fb9a378994fb (patch) | |
tree | ae1846953613304d918c0010aefdfc9c9b6bc1a3 /.gitignore | |
parent | 4635b4453335b61df11008fa907eef221db5912b (diff) | |
download | qmk_firmware-c7005cdfcf4e4a3fc4abd536afd9fb9a378994fb.tar.gz qmk_firmware-c7005cdfcf4e4a3fc4abd536afd9fb9a378994fb.zip |
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 | |||
4 | *.eep | 4 | *.eep |
5 | *.elf | 5 | *.elf |
6 | *.hex | 6 | *.hex |
7 | *.log | ||
7 | *.lss | 8 | *.lss |
8 | *.lst | 9 | *.lst |
9 | *.map | 10 | *.map |
@@ -14,6 +15,8 @@ tags | |||
14 | build/ | 15 | build/ |
15 | *.bak | 16 | *.bak |
16 | .vagrant/ | 17 | .vagrant/ |
18 | .idea/ | ||
19 | CMakeLists.txt | ||
17 | .DS_STORE | 20 | .DS_STORE |
18 | 21 | ||
19 | # Eclipse/PyCharm/Other IDE Settings | 22 | # Eclipse/PyCharm/Other IDE Settings |