From c7005cdfcf4e4a3fc4abd536afd9fb9a378994fb Mon Sep 17 00:00:00 2001 From: Noah Andrews Date: Thu, 2 Jun 2016 13:00:44 -0400 Subject: Stops explorer.exe from being started with admin privilieges (#373) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') 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 -- cgit v1.2.3-24-g4f1b