From aef02e76af51518b97bcc3f2c53f897a8efea861 Mon Sep 17 00:00:00 2001 From: David Allemang Date: Mon, 27 Feb 2017 03:47:34 -0500 Subject: [PATCH] Removed .obj from .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3c4efe2..8d62089 100644 --- a/.gitignore +++ b/.gitignore @@ -50,7 +50,7 @@ artifacts/ *_i.h *.ilk *.meta -*.obj +# *.obj # allow wavefront files *.pch *.pdb *.pgc