Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2017-01-07 14:37:01 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2017-01-07 14:37:01 +0300
commitf1d2a7ffaa1689e3e20c846b88969c2aadd284be (patch)
treecd8b1af6017897405df96a76cd83bb3c901996ee /Makefile
parent5cff4b15c2f9c232b50a0b302cf25a91fb23ac0b (diff)
Ignore .cache/
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 887f3e2a7..d1a0fd457 100644
--- a/Makefile
+++ b/Makefile
@@ -58,6 +58,7 @@ clean-generated:
clean-testfiles:
rm -rf tests/build
rm -rf .tox/
+ rm -rf .cache/
clean-buildfiles:
rm -rf build