From 10b824963ff7b0b012e6b85c8b3f07904c473fd1 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Mon, 6 Feb 2012 20:15:48 -0500 Subject: Remove stupid lib directory --- .gitignore | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 7cd6bb1..00373e5 100644 --- a/.gitignore +++ b/.gitignore @@ -2,9 +2,9 @@ *~ *.o *.beam -lib/ebin/* -lib/priv/* -lib/test/*.html -lib/test/*.css -lib/test/ct_run.* -lib/test/variables-ct* +ebin/* +priv/* +test/*.html +test/*.css +test/ct_run.* +test/variables-ct* -- cgit v1.2.3