forked from NatronGitHub/stackwalker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
54 lines (53 loc) · 944 Bytes
/
.gitignore
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
# exclude config overrides to prevent accidental check-ins
*.user
Natron*
htaccess
htpasswd
.htaccess
.htpasswd
socorro/unittest/config/*.py
*.py[co]
*.sw[po]
*.log
distribute*.tar.gz
analysis/build/
breakpad/
breakpad.tar.gz
depot_tools/
nosetests.xml
scripts/config/*.py
socorro/unittest/config/*.py
socorro-virtualenv
socorro-vagrant-virtualenv
socorro/unittest/database/logs/
socorro/unittest/testlib/logs/
stackwalk/
exploitable/
docs/_build/
*~
coverage.xml
.coverage
cover/
.vagrant
socorro/cron/crontabber.json
vagrantconfig_local.yaml
/config/*.ini
node_modules
pip-cache
pip-log.txt
build
.DS_Store
webapp-django/media/
minidump-stackwalk/*.o
minidump-stackwalk/stackwalker
minidump-stackwalk/dumplookup
minidump-stackwalk/get-minidump-instructions
minidump-stackwalk/jit-crash-categorize
socorro.egg-info/
dist/
socorro-*.rpm
webapp-django/.env
# exclude filesystem storage directories
primaryCrashStore/
processedCrashStore/
/tags