summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--MANIFEST.in3
2 files changed, 0 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 94314500..c8b41f49 100644
--- a/.gitignore
+++ b/.gitignore
@@ -43,9 +43,6 @@ doc/sample_html_beta
# Build intermediaries.
tmp
-# Stuff in the ci directory.
-*.token
-
# OS junk
.DS_Store
diff --git a/MANIFEST.in b/MANIFEST.in
index 049ee1fd..50c1f790 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -26,7 +26,6 @@ include .editorconfig
include .readthedocs.yml
recursive-include ci *
-exclude ci/*.token
recursive-include .github *
@@ -44,5 +43,3 @@ recursive-include tests *.py *.tok
recursive-include tests/gold *
recursive-include tests js/* qunit/*
prune tests/eggsrc/build
-
-global-exclude *.py[co]