From 13248521a48b06181286d25c204ab1f28ff3cbea 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