aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-11-12 20:45:17 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-11-12 20:45:17 +0100
commit4eab32b1c5929b2d7f2e6d8fed76bdb49bf9c699 (patch)
treec326180ad8e5431026cd2f46da571307d226aa38 /.gitignore
parent7c1927dd2800069b74bbe2f561127122daa0870f (diff)
parent30eab70787584a333714b18f1d64f362e4768730 (diff)
downloadfuzzycat-4eab32b1c5929b2d7f2e6d8fed76bdb49bf9c699.tar.gz
fuzzycat-4eab32b1c5929b2d7f2e6d8fed76bdb49bf9c699.zip
Merge branch 'bnewbold-sandcrawler' of https://github.com/bnewbold/fuzzycat into bnewbold-bnewbold-sandcrawler
* 'bnewbold-sandcrawler' of https://github.com/bnewbold/fuzzycat: sandcrawler slugify: yet more unicode corner-cases add sandcrawler-style title key method cluster: count empty keys (and don't return them) pipenv: explicit regex dependency gitignore: add .swp (vim) make: run pytest over fuzzycat/ to catch inline tests add support for key denylist
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a1e72a2..d3e0e29 100644
--- a/.gitignore
+++ b/.gitignore
@@ -133,3 +133,7 @@ dmypy.json
/names.db
/tmp
fixtures/cluster_title_normalized_dups_size_keylen.tsv
+
+# Text Editors
+*~
+*.swp