Codebase list dfvfs / debian/20170116-1 .gitignore
debian/20170116-1

Tree @debian/20170116-1 (Download .tar.gz)

.gitignore @debian/20170116-1raw · history · blame

# Files to ignore by git.

# Back-up files
*~
*.swp

# Generic auto-generated build files
*.pyc
*.pyo

# Specific auto-generated build files
/.eggs
/.tox
/__pycache__
/build
/dfvfs.egg-info
/dist
/MANIFEST
/MANIFEST.test_data

# Code review files
/.review

# PyCharm files
/.idea

# Test coverage files
.coverage
tests-coverage.txt