[Python-modules-commits] [chardet] 04/12: Ignore __pycache__ from upstream code

Daniele Tricoli eriol-guest at moszumanska.debian.org
Sun Jun 18 21:58:34 UTC 2017


This is an automated email from the git hooks/post-receive script.

eriol-guest pushed a commit to branch master
in repository chardet.

commit b8690b5d8d7cc248b21105a5ec8f8cdcaa42873f
Author: Daniele Tricoli <eriol at mornie.org>
Date:   Sun Jun 18 17:31:39 2017 +0200

    Ignore __pycache__ from upstream code
---
 .gitignore                                           |   1 +
 tests/__pycache__/__init__.cpython-35.pyc            | Bin 125 -> 0 bytes
 tests/__pycache__/test_chardet.cpython-35-PYTEST.pyc | Bin 4295 -> 0 bytes
 3 files changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..bee8a64
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+__pycache__
diff --git a/tests/__pycache__/__init__.cpython-35.pyc b/tests/__pycache__/__init__.cpython-35.pyc
deleted file mode 100644
index 84f9f6c..0000000
Binary files a/tests/__pycache__/__init__.cpython-35.pyc and /dev/null differ
diff --git a/tests/__pycache__/test_chardet.cpython-35-PYTEST.pyc b/tests/__pycache__/test_chardet.cpython-35-PYTEST.pyc
deleted file mode 100644
index 36ba7f4..0000000
Binary files a/tests/__pycache__/test_chardet.cpython-35-PYTEST.pyc and /dev/null differ

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/chardet.git



More information about the Python-modules-commits mailing list