From a7ff7d6ae794e206b2179a849b22e76749b71fae Mon Sep 17 00:00:00 2001 From: DjBushido Date: Sat, 22 Feb 2014 16:01:16 -0500 Subject: [PATCH] Ignore the assets/, bin/, and gen/ folders --- HW3/.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 HW3/.gitignore diff --git a/HW3/.gitignore b/HW3/.gitignore new file mode 100644 index 0000000..5dff3f6 --- /dev/null +++ b/HW3/.gitignore @@ -0,0 +1,3 @@ +/gen +/assets +/bin