File: .gitignore

package info (click to toggle)
rdiff-backup 2.2.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,640 kB
  • sloc: python: 24,129; javascript: 9,512; sh: 1,230; ansic: 580; makefile: 36
file content (41 lines) | stat: -rw-r--r-- 506 bytes parent folder | download | duplicates (2)
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