project files, back from the dead?

This commit is contained in:
Joe Walker 2011-01-07 12:07:57 +00:00
commit a7ab6cd1f7
2 changed files with 13 additions and 18 deletions

14
.gitignore vendored
View file

@ -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
.settings.xml.old
# A handy place to put stuff that git should ignore:
/ignore/

View file

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>editor</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
</natures>
</projectDescription>