forked from viewfinderco/viewfinder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.hgignore
85 lines (74 loc) · 1.89 KB
/
.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
syntax: glob
*~
*.pyc
*.orig
*.pb.cc
*.pb.h
*.trace
*.tmp
.*.swp
.libs/
.deps/
#*
.#*
*_pkg.py
.fuse_*
.DS_Store
local/
proto_gen/
thrift_gen/
.idea/workspace.xml
.idea/tasks.xml
background/cockroach/cockroach
background/cockroach/cockroach_bench
background/cockroach/*_test
background/cockroach/build_config.mk
clients/ios/.idea/
clients/ios/DerivedData/
xcuserdata/
*.xcodeproj/
eclipse/backend-project/.settings
.tox
.vagrant
viewfinder.egg-info/*
hg_revision.txt
.coverage
htmlcov
build
backend/resources/static/.webassets-cache
backend/resources/static/gen
clients/android/experimental/hello/.idea/
clients/android/experimental/hello/bin/
clients/android/experimental/hello/gen/
clients/android/experimental/hello/hello.iml
clients/android/experimental/hello/libs/*/*.so
clients/android/experimental/hello/local.properties
clients/android/experimental/hello/proguard-project.txt
clients/android/bin/
clients/android/gen/
clients/android/out/
clients/android/libs/*/*.so
clients/android/libs/*/gdb.setup
clients/android/libs/*/gdbserver
clients/android/local.properties
clients/android/proguard-project.txt
clients/android/res/xml/properties.xml
clients/ios/testing/data/cookies.txt
clients/ios/testing/.project
clients/ios/testing/.pydevproject
clients/ios/testing/js/.project
clients/ios/testing/js/.settings
clients/ios/testing/js/control/*
clients/ios/testing/html/summary_results.html
clients/ios/testing/results/archive/
clients/ios/testing/results/current/
clients/ios/testing/snapshots/Media.backup
clients/ios/testing/snapshots/Library/AddressBook.backup
# Ignore gyp-generated android makefiles. We can't ignore all .mk files yet, we still have some hand-crafted ones.
*.mk
clients/shared/*.mk
clients/android/jni/viewfinder.target.mk
# The fetch_logs script puts its output in ./logs, but we also have code in backend/logs.
# We must use regexp syntax to match one and not the other.
syntax: regexp
^logs