diff options
author | Stéphane Wirtel <stephane@wirtel.be> | 2017-05-22 21:28:28 (GMT) |
---|---|---|
committer | Mariatta <Mariatta@users.noreply.github.com> | 2017-05-22 21:28:28 (GMT) |
commit | 7bac69d7f141291b3cfc2fc39c5f3aa603202fe6 (patch) | |
tree | 16890a283a303f140d57822afb935b41c38800bf | |
parent | 43c8a9e39bb2d4f25ed7ae17a55f34e375d1868b (diff) | |
download | cpython-7bac69d7f141291b3cfc2fc39c5f3aa603202fe6.zip cpython-7bac69d7f141291b3cfc2fc39c5f3aa603202fe6.tar.gz cpython-7bac69d7f141291b3cfc2fc39c5f3aa603202fe6.tar.bz2 |
Remove .bzrignore (GH-1661)
-rw-r--r-- | .bzrignore | 42 | ||||
-rw-r--r-- | Makefile.pre.in | 1 |
2 files changed, 0 insertions, 43 deletions
diff --git a/.bzrignore b/.bzrignore deleted file mode 100644 index 5847110..0000000 --- a/.bzrignore +++ /dev/null @@ -1,42 +0,0 @@ -.purify -autom4te.cache -config.log -config.cache -config.status -config.status.lineno -db_home -Makefile -buildno -python -build -Makefile.pre -platform -pybuilddir.txt -pyconfig.h -libpython*.a -libpython*.so* -python.exe -python-gdb.py -reflog.txt -tags -TAGS -.gdb_history -Doc/tools/sphinx -Doc/tools/jinja -Doc/tools/jinja2 -Doc/tools/pygments -Doc/tools/docutils -Misc/python.pc -Modules/Setup -Modules/Setup.config -Modules/Setup.local -Modules/config.c -Modules/ld_so_aix -Parser/pgen -Lib/test/data/* -Lib/lib2to3/Grammar*.pickle -Lib/lib2to3/PatternGrammar*.pickle -__pycache__ -.coverage -coverage/* -htmlcov/* diff --git a/Makefile.pre.in b/Makefile.pre.in index 6e11bfb..84a1226 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1674,7 +1674,6 @@ funny: -o -name Makefile \ -o -name ChangeLog \ -o -name .hgignore \ - -o -name .bzrignore \ -o -name MANIFEST \ -o -print |