From 41f99cb810bac140661156af60d4959278c72df8 Mon Sep 17 00:00:00 2001 From: Seth Thomas Rasmussen Date: Tue, 5 Jan 2010 17:09:47 -0500 Subject: [PATCH] update .gitignore and fix line ending style --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ec554a3..050e500 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ - .DS_Store test/tmp pkg* _layouts *.sw? \ No newline at end of file +.DS_Store +test/tmp +pkg/* +_layouts +*.sw?