From 40ceef5f6f868478cdf0fbf4aa34b8b52053c877 Mon Sep 17 00:00:00 2001 From: Akos Kiss Date: Tue, 6 Oct 2020 15:25:19 +0200 Subject: [PATCH] List git-ignored executables in one place --- .gitignore | 1 + simavr/.gitignore | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5