aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-06 22:44:34 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-06 22:44:34 +1300
commite883c0aeed01763e2b7191a1984ebab221cf417c (patch)
tree2bfdb4d159a6166f8fd6696315a3854ec3e72dae
parentMerge branch 'release/v0.09' into develop (diff)
parentIgnore 'tags' files (diff)
downloadMusic-Lyrics-LRC-e883c0aeed01763e2b7191a1984ebab221cf417c.tar.gz
Music-Lyrics-LRC-e883c0aeed01763e2b7191a1984ebab221cf417c.zip
Merge branch 'feature/ignore-tags' into develop
* feature/ignore-tags: Ignore 'tags' files
-rw-r--r--.gitignore1
-rw-r--r--MANIFEST.SKIP1
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 42e4a46..b97aed2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,5 +14,6 @@ inc/
nytprof.out
pod2htm*.tmp
pm_to_blib
+/tags
Music-Lyrics-LRC-*
Music-Lyrics-LRC-*.tar.gz
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
index bf1a02b..de3325f 100644
--- a/MANIFEST.SKIP
+++ b/MANIFEST.SKIP
@@ -7,3 +7,4 @@
^README\.markdown
^blib
^pm_to_blib$
+^tags$