diff options
| author | f1ori <f1ori@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2011-05-26 16:13:07 +0000 |
|---|---|---|
| committer | f1ori <f1ori@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2011-05-26 16:13:07 +0000 |
| commit | fcb7525047b8390041ed85e430c2dab8b5746b4f (patch) | |
| tree | 5bdbf088287b39006793ce30a5e19a96a8e40f7a | |
| parent | 14e1666b21634c73e0b332ba34591b2007c7e71a (diff) | |
* add .gitignore to svn, so it doesn't get lost on git syncronization
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7743 6c8d7289-2bf4-0310-a012-ef5d649a1542
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..20e054dc6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +*.class +lib/yacycore.jar +libbuild/svnRevNr.jar +gen/** +DATA/ +classes/ |
