From a7ab6cd1f7002f71b482b7061518fb4e26501ec8 Mon Sep 17 00:00:00 2001 From: Joe Walker Date: Fri, 7 Jan 2011 12:07:57 +0000 Subject: [PATCH] project files, back from the dead? --- .gitignore | 14 +++++++++++++- .project | 17 ----------------- 2 files changed, 13 insertions(+), 18 deletions(-) delete mode 100644 .project diff --git a/.gitignore b/.gitignore index 354d9ca3..dcdafe7a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,15 @@ + +# Junk that could exist anywhere: .DS_Store +*.swp +*.tmp + +# Project files that should not be in the repo +.project +.settings/ .settings.xml -.settings.xml.old \ No newline at end of file +.settings.xml.old + +# A handy place to put stuff that git should ignore: +/ignore/ + diff --git a/.project b/.project deleted file mode 100644 index dbb46bdc..00000000 --- a/.project +++ /dev/null @@ -1,17 +0,0 @@ - - - editor - - - - - - org.eclipse.wst.jsdt.core.javascriptValidator - - - - - - org.eclipse.wst.jsdt.core.jsNature - -