diff options
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | scrape/.gitignore | 4 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,6 @@ +data/ +fulltext_*/ + *.o *.a *.pyc diff --git a/scrape/.gitignore b/scrape/.gitignore new file mode 100644 index 0000000..b2bc71b --- /dev/null +++ b/scrape/.gitignore @@ -0,0 +1,4 @@ +fulltext_wanfang/ +fulltext_ckni/ +*.html +*.json |