From 5819594aa9a99f89ef4bbe9b35f48806caeec706 Mon Sep 17 00:00:00 2001 From: rsundahl Date: Thu, 8 Mar 2018 13:26:11 -0800 Subject: [PATCH] Added ./app/* and ./dll/* to .gitignore. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index d6f10db..85a67a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ # OS specific .DS_Store +./app/* +./dll/* # vi/vim et. al. *.swl