aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2019-07-03 07:39:12 -0700
committerDrashna Jaelre <drashna@live.com>2019-07-03 07:55:32 -0700
commit10694a4a7148c97d862af4b84d50ffbe96ca2668 (patch)
tree4f96d72e54caaf2150ca03a61a6d7f59d86e35ec
parenta5e62ff2517e4add49ec67c1844b93e38144ea31 (diff)
downloadlufa-10694a4a7148c97d862af4b84d50ffbe96ca2668.tar.gz
lufa-10694a4a7148c97d862af4b84d50ffbe96ca2668.tar.bz2
lufa-10694a4a7148c97d862af4b84d50ffbe96ca2668.zip
Add vsoced/ipch to gitignore
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index f81d9a34c..08bc68958 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,4 +14,5 @@ node_modules/
LUFA/StudioIntegration/ProjectGenerator/*
LUFA/StudioIntegration/DocBook/*
!LUFA/StudioIntegration/Docbook/mshelp/*
-Keyboard.h \ No newline at end of file
+Keyboard.h
+.vscode/ipch/ \ No newline at end of file