Author: yurize
Date: Sat Oct 29 08:18:10 2011
New Revision: 1190770
URL: http://svn.apache.org/viewvc?rev=1190770&view=rev
Log:
Adds .gitignore files
Added:
incubator/wave/trunk/.gitignore (with props)
incubator/wave/trunk/war/.gitignore (with props)
Modified:
incubator/wave/trunk/.project
Added: incubator/wave/trunk/.gitignore
URL:
http://svn.apache.org/viewvc/incubator/wave/trunk/.gitignore?rev=1190770&view=auto
==============================================================================
--- incubator/wave/trunk/.gitignore (added)
+++ incubator/wave/trunk/.gitignore Sat Oct 29 08:18:10 2011
@@ -0,0 +1,11 @@
+/build
+/test_out
+/dist
+/gen
+/bin
+/server.config
+/_sessions
+/_accounts
+/_deltas
+/_attachments
+/_certificates
Propchange: incubator/wave/trunk/.gitignore
------------------------------------------------------------------------------
svn:executable = *
Modified: incubator/wave/trunk/.project
URL:
http://svn.apache.org/viewvc/incubator/wave/trunk/.project?rev=1190770&r1=1190769&r2=1190770&view=diff
==============================================================================
--- incubator/wave/trunk/.project (original)
+++ incubator/wave/trunk/.project Sat Oct 29 08:18:10 2011
@@ -1,23 +1,17 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>wave-protocol</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
-
<name>com.google.gwt.eclipse.core.gwtProjectValidator</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
- <nature>com.google.gwt.eclipse.core.gwtNature</nature>
- </natures>
-</projectDescription>
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>wave-protocol</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
Added: incubator/wave/trunk/war/.gitignore
URL:
http://svn.apache.org/viewvc/incubator/wave/trunk/war/.gitignore?rev=1190770&view=auto
==============================================================================
--- incubator/wave/trunk/war/.gitignore (added)
+++ incubator/wave/trunk/war/.gitignore Sat Oct 29 08:18:10 2011
@@ -0,0 +1 @@
+/webclient
Propchange: incubator/wave/trunk/war/.gitignore
------------------------------------------------------------------------------
svn:executable = *