Codebase list dfvfs / upstream/20170715 .gitignore
upstream/20170715

Tree @upstream/20170715 (Download .tar.gz)

.gitignore @upstream/20170715raw · 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