-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.hgignore
87 lines (71 loc) · 845 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
syntax: glob
\#*
# annoying files
*~
*.pyc
*.swp
*.orig
*.o
.DS_Store
# dummy files
aa
bb
cc
dd
ee
ff
gg
hh
ii
jj
kk
ll
mm
nn
oo
pp
qq
rr
ss
tt
uu
vv
ww
xx
yy
zz
.tmp/
# ignore sass cache files
*.sass-cache
*CACHE*
# ignore things that are created by vagrant, puppet, and fabric
.vagrant/
puppet/.librarian
puppet/Puppetfile.lock
puppet/modules/moneyball/templates/*.json
puppet/manifests/build
# rendered templates
Web/Web/settings/local.py
server_config.ini
# ssh config stuff
.ssh/*config
# ignore dbs
// *.sqlite3
*.db
# ignore files generated during analysis run
make.out
email.out
*.mysql_load
# ignore all this garbage
*.xlsx
*.log
*.tar
*.tgz
# lrs
sandbox/
# The dir that is filled by collectstatic
Web/static/
# The movie posters
posters/
# stampfile to know movie download is complete
.popular_movie_download_complete