Codebase list dfvfs / lintian-fixes/main .gitignore
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

.gitignore @lintian-fixes/mainraw · 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