From b3b003ce3535c51de410b5f25c7fa6f497f5659e Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Sun, 6 May 2018 22:54:04 -0500 Subject: [PATCH] Updated gitignore to ignore windows executables. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8cac56759..1ceeccf14 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ CMakeFiles core CMakeCache.txt *.cmake +*.exe