From 9878279769dbe600adf32f54006924e5caf92453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=B8is=C3=A6ther=20Rasch?= Date: Sat, 24 Jun 2017 13:09:41 +0200 Subject: [PATCH] Add Windows and VCC artifacts to gitignore --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 5199260..5744c47 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,11 @@ nimcache/ /nimble /tests/nimscript/nimscript /tests/issue27/issue27 + +# Windows executables +*.exe +*.dll + +# VCC compiler and linker artifacts +*.ilk +*.pdb \ No newline at end of file