-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.hgignore
50 lines (46 loc) · 803 Bytes
/
.hgignore
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
syntax: glob
*.pyc
*~
# test coverage files
.coverage
# master/slaveinfo.py contains the passwords, so it should never be tracked
master/slaveinfo.py
bbhook/smtp.password
# ignore pidfiles and all the logs
twistd.pid
twistd.log*
httpd.log*
http.log*
# ignore all the builders dir (which can be both in master/ and in slave/)
*-arm-32
*-armel*
*-armhf*
*-benchmark-x86-64
*-freebsd-7-x86-64
*-linux-x86-32
*-linux-x86-32vm
*-linux-x86-64
*-linux-x86-64-2
*-linux-x86-642
*-macosx-x86-32
*-macosx-x86-64
*-macos-arm64
*-macosx-arm64
*-macos-x86-64
*-maemo
*-maemo-build
*-ppc-32
*-ppc-64
*-win-32
*-win-x86-32
*-win-x86-64
*-aarch64
*-s390x
*-freebsd-8-x86-64
*-freebsd-9-x86-64
*-benchmark-linux-x86-64-single-run
slave/pypy-buildbot
master/pypy-buildbot
*.swp
master/state.sqlite
gitpoller-workdir/