-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
105 lines (92 loc) · 1.77 KB
/
.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
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# compiled python files
*.pyc
# tags
.tags
/tags
TAGS
tags.new
# version files
version-info.py
version-info.txt
# log files
logs/*
!logs/README.txt
/logs
librarian.log
# development tools configurations
.project
.pydevproject
.idea
.emacs.desktop
.vscode
# local run artifacts
*.egg-info
build
dist
/eggs
/download-cache
/env
/production-configs
bin
.installed.cfg
parts
# specific software or tools
.tox/
/geckodriver.log
.cache
.subversion
.testrepository
.bazaar
.memcache.pid
twistd.pid
_trial_temp
/celerybeat-schedule
requirements/combined.txt
# revision control systems
bzr.dev
# launchpad specific
lib/canonical/launchpad/apidoc
lib/canonical/launchpad/apidoc/*.html
lib/canonical/launchpad/apidoc/wadl-development-*.xml
lib/canonical/launchpad/apidoc/wadl-test-playground.xml
lib/canonical/launchpad/icing/build/*
lib/canonical/launchpad/icing/base.css
lib/canonical/launchpad/icing/base.css.map
lib/canonical/launchpad/icing/combo.css
lib/canonical/launchpad/icing/combo.css.map
lib/canonical/launchpad/icing/*-sprites-*.png
lib/canonical/launchpad/icing/*.positioning
lib/canonical/launchpad/icing/yui
# database schemas and sample data
database/schema/diagrams/*.ps
database/schema/diagrams/*.dot
database/sampledata/newsampledata.sql
database/sampledata/newsampledata-dev.sql
database/sampledata/lintdata.sql
database/sampledata/lintdata-dev.sql
# source and development files
thread*.request
cover.txt
.shelf
development-nohup.out
opensource/launchpadlib/build
opensource/launchpadlib/dist
opensource/launchpadlib/*.egg*
# profiling and debugging
*.prof
callgrind.out.*
run.gdb
# node and python packages
yarn/node_modules
/wheels
# misc
+*
/botmaster
xxx-report.*
lp-clustered.dot
lp-clustered.sfood
lp-clustered.svg
lp.sfood
apidocs
configs/testrunner_*
configs/testrunner-appserver_*