diff options
| author | reger <reger18@arcor.de> | 2016-09-20 01:55:56 +0200 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2016-09-20 01:55:56 +0200 |
| commit | 585d2a644146617aa22b95ae1e52f5c71bfe5000 (patch) | |
| tree | 86a91abf00d9cb401f709e242c3463c0f0ab34e7 /.gitignore | |
| parent | de5c873e38a9bf9a4c2f1f0ba4985cee967caac9 (diff) | |
test case: for NewsPool to check the id modificator (for unique id)
and observe the distribution order .. hands on.
+ add test/DATA to gitignor
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index fdc434760..788ae08e6 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,5 @@ RELEASE/ /winDATA.bkp/
/DATA.cloud/
yacy.log
-/target/
\ No newline at end of file +/target/
+/test/DATA/
\ No newline at end of file |
