From 8fb2b925ce455b85da965cbc11fd9a04f8da36fd Mon Sep 17 00:00:00 2001 From: Eric Merritt Date: Mon, 26 Sep 2011 12:34:39 -0500 Subject: [PATCH] add .gitignore to the system Signed-off-by: Jordan Wilberding --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..55a8799 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +_build +erl_crash.dump +*.pyc