From: Alexis Laferrière Date: Fri, 8 Jun 2018 02:23:34 +0000 (-0400) Subject: git: ignore .exe versions of bootstrap compilers X-Git-Url: http://nitlanguage.org git: ignore .exe versions of bootstrap compilers Signed-off-by: Alexis Laferrière --- diff --git a/.gitignore b/.gitignore index c4cb96e..1463ddf 100644 --- a/.gitignore +++ b/.gitignore @@ -31,10 +31,12 @@ src/*.dat src/*.gnu src/*.bin src/nitc_0 +src/nitc_0.exe c_src/*.o c_src/*.cksum c_src/nitc +c_src/nitc.exe csrc2/