kiwi-el8/.gitignore
2016-05-31 10:46:48 +02:00

83 lines
992 B
Plaintext

# completion
completion/kiwi-ng.sh
# Schema formats
kiwi/schema/kiwi.xsd
kiwi/schema/xsi.xsd
kiwi/schema/kiwi.revision
# C tool binaries
tools/dcounter
tools/driveready
tools/isconsole
tools/kversion
tools/setctsid
tools/startshell
tools/utimer
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# Backup files
*~
*.kate-swp
*.~
# C extensions
*.so
# Distribution / packaging
.Python
env/
.env/
.env2/
.env3/
build/
develop-eggs/
dist/
downloads/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# 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
# Django stuff:
*.log
# Sphinx documentation
docs/_build/
# PyBuilder
target/
# man pages
*.1.gz