diff --git a/external/.gitignore b/external/.gitignore index 241e560d..676c79b7 100644 --- a/external/.gitignore +++ b/external/.gitignore @@ -1,2 +1,2 @@ -* +#* diff --git a/external/EZFIO-v2.0.3.tar.gz b/external/EZFIO-v2.0.3.tar.gz deleted file mode 100644 index 6455aaa3..00000000 Binary files a/external/EZFIO-v2.0.3.tar.gz and /dev/null differ diff --git a/external/Python/.gitignore b/external/Python/.gitignore deleted file mode 100644 index 1cd79fd6..00000000 --- a/external/Python/.gitignore +++ /dev/null @@ -1,46 +0,0 @@ -# Byte-compiled / optimized / DLL files -__pycache__/ -*.py[cod] - -# C extensions -*.so - -# Distribution / packaging -.Python -env/ -build/ -develop-eggs/ -dist/ -downloads/ -eggs/ - -# PyInstaller -# Usually these files are written by a python script from a template -# before PyInstaller builds the exe, so as to inject date/other infos into it. -*.manifest -*.spec - -# Installer logs -pip-log.txt -pip-delete-this-directory.txt - -# Unit test / coverage reports -htmlcov/ -.tox/ -.coverage -.cache -nosetests.xml -coverage.xml - -# Translations -*.mo -*.pot - -# Django stuff: -*.log - -# Sphinx documentation -docs/_build/ - -# PyBuilder -target/