From 70f5eced79a1a781518d50a7751132ed286b7845 Mon Sep 17 00:00:00 2001 From: Nathan Dinsmore Date: Mon, 8 Apr 2013 21:13:00 -0400 Subject: Removed .DS_Store and added a .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store -- cgit v1.3.1