File: .hgignore

package info (click to toggle)
yoyo 9.0.0%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 532 kB
  • sloc: python: 4,402; makefile: 19; sh: 11
file content (30 lines) | stat: -rwxr-xr-x 355 bytes parent folder | download | duplicates (3)
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
syntax: regexp

# Buildout generated files
^bin/
^parts/
^eggs/
^develop-eggs/
^\.installed\.cfg$
^[^/]*\.egg-info/

# Python object files
.*\.py(c|o)$

# Files generated by other dev tools
^\.noseids$
^\.tox/
~$
^doc/_build/
^dist/
^htmldocs/
^html/
^\.pytest_cache/
^\.mypy_cache/
.*\.orig$
^tags
\.idea/

# Mercurial generated files
.*\.orig$
.*\.rej$