From: Akos Kiss Date: Tue, 6 Oct 2020 13:25:19 +0000 (+0200) Subject: List git-ignored executables in one place X-Git-Tag: v1.7~12^2 X-Git-Url: https://git.htl-mechatronik.at/public/?a=commitdiff_plain;h=40ceef5f6f868478cdf0fbf4aa34b8b52053c877;p=sx%2Fsimavr.git List git-ignored executables in one place --- diff --git a/.gitignore b/.gitignore index dd4cee4..0ebc297 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ obj-* *.s simavr/simavr simavr/run_avr +simavr/run_avr.exe *.a .tags* ._* diff --git a/simavr/.gitignore b/simavr/.gitignore index 2d16800..aba978b 100644 --- a/simavr/.gitignore +++ b/simavr/.gitignore @@ -1,3 +1,2 @@ sim_core_decl.h sim_core_config.h -/run_avr.exe