File: .hgignore

package info (click to toggle)
python-rlpycairo 0.3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 136 kB
  • sloc: python: 391; makefile: 7
file content (52 lines) | stat: -rw-r--r-- 414 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
42
43
44
45
46
47
48
49
50
51
52
syntax: glob
*.o
*.lo
*.la
*.bak
*.rej
*.orig
*.pyc
*.pyo
*~
.*~
.*.swp
.DS_STORE
*.zip
*.obj
*.pdb
*.user
*.aps
*.pch
*.vspscc
*.vssscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
*.lib
*.sbr
*.scc
__pycache__
build
localsettings.py
*.sublime-project

syntax: regexp
^bin/
^tmp/
^dist/
^build/
^local/
^[Ii]nclude/
^[Ll]ib/
^[Ss]cripts/
^[Ss]hare/
^[Ss]elenium/
^\.?py\d+/
^rlPyCairo\.egg-info/