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