From 01002eec90caa15fbf929a673371dbd61a5f0045 Mon Sep 17 00:00:00 2001 From: torokmark Date: Mon, 6 Jan 2014 21:01:53 +0100 Subject: [PATCH] Ignore exe files on Windows. --- Ada.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Ada.gitignore b/Ada.gitignore index af635597..2869a955 100644 --- a/Ada.gitignore +++ b/Ada.gitignore @@ -2,4 +2,7 @@ *.o # Ada Library Information -*.ali \ No newline at end of file +*.ali + +# Executable file +*.exe \ No newline at end of file