1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
*~
.*.swp
build/
dist/
__pycache__
# tox testing stuff
.tox*
MANIFEST
# just ignore files marked local through their name
*[._]local[._]*
# setup.py installation files
src/rdiff_backup.egg-info/
.eggs/
# Windows build file
rdiff-backup.spec
# Pydev project file
/.project
/.pydevproject
/.externalToolBuilders/
# Jekyll static sites
_site/
Gemfile.lock
vendor/
# generated files
*.html
*.pdf
# test coverage files
.coverage*
# Profiling information
mprofile_*.dat
# Ignore Windows artefacts
*.dll
|