Merge ~ruinedyourlife/launchpad:feat-update-gitignore into launchpad:master

Proposed by Quentin Debhi
Status: Merged
Approved by: Quentin Debhi
Approved revision: ec5b8266358c46eb02c5876ae78e38159348621e
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: ~ruinedyourlife/launchpad:feat-update-gitignore
Merge into: launchpad:master
Diff against target: 164 lines (+81/-54)
1 file modified
.gitignore (+81/-54)
Reviewer Review Type Date Requested Status
Ines Almeida Approve
Review via email: mp+465565@code.launchpad.net

Commit message

Ignore vscode files and tidying up

Adding `launch.json` to `.gitignore` for vscode users, which allows for tests configuration in the first place. Also tidy up what's already existing.

To post a comment you must log in.
Revision history for this message
Ines Almeida (ines-almeida) wrote :

I like the new organization style and the clusters seem relevant. Just a minor comment about the "build artifacts" title.

I also quickly checked that the same 78 lines are there in the rework as a small sanity check :P

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/.gitignore b/.gitignore
index 82f290a..7055634 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,37 +1,30 @@
1# compiled python files
1*.pyc2*.pyc
3
4# tags
2.tags5.tags
6/tags
7TAGS
8tags.new
9
10# version files
3version-info.py11version-info.py
4version-info.txt12version-info.txt
13
14# log files
5logs/*15logs/*
6+*16!logs/README.txt
7/botmaster17/logs
8/tags18librarian.log
9database/schema/diagrams/*.ps19
10database/schema/diagrams/*.dot20# development tools configurations
11thread*.request21.project
12TAGS22.pydevproject
13cover.txt23.idea
14.shelf24.emacs.desktop
15development-nohup.out25.vscode
16opensource/launchpadlib/build26
17opensource/launchpadlib/dist27# local run artifacts
18opensource/launchpadlib/*.egg*
19database/sampledata/newsampledata.sql
20database/sampledata/newsampledata-dev.sql
21database/sampledata/lintdata.sql
22database/sampledata/lintdata-dev.sql
23lib/canonical/launchpad/apidoc/*.html
24xxx-report.*
25lib/canonical/launchpad/apidoc/wadl-development-*.xml
26lib/canonical/launchpad/apidoc/wadl-test-playground.xml
27lib/canonical/launchpad/icing/build/*
28lib/canonical/launchpad/icing/base.css
29lib/canonical/launchpad/icing/base.css.map
30lib/canonical/launchpad/icing/combo.css
31lib/canonical/launchpad/icing/combo.css.map
32bin
33.installed.cfg
34parts
35*.egg-info28*.egg-info
36build29build
37dist30dist
@@ -39,40 +32,74 @@ dist
39/download-cache32/download-cache
40/env33/env
41/production-configs34/production-configs
42bzr.dev35bin
43_trial_temp36.installed.cfg
44.bazaar37parts
38
39# specific software or tools
40.tox/
41/geckodriver.log
45.cache42.cache
46.subversion43.subversion
47.testrepository44.testrepository
45.bazaar
48.memcache.pid46.memcache.pid
49lib/canonical/launchpad/apidoc/wadl-development-*.xml
50tags.new
51lp-clustered.dot
52lp-clustered.sfood
53lp-clustered.svg
54lp.sfood
55apidocs
56twistd.pid47twistd.pid
48_trial_temp
49/celerybeat-schedule
50requirements/combined.txt
51
52# revision control systems
53bzr.dev
54
55# launchpad specific
57lib/canonical/launchpad/apidoc56lib/canonical/launchpad/apidoc
58*.prof57lib/canonical/launchpad/apidoc/*.html
59.project58lib/canonical/launchpad/apidoc/wadl-development-*.xml
60.pydevproject59lib/canonical/launchpad/apidoc/wadl-test-playground.xml
61librarian.log60lib/canonical/launchpad/icing/build/*
62configs/testrunner_*61lib/canonical/launchpad/icing/base.css
63configs/testrunner-appserver_*62lib/canonical/launchpad/icing/base.css.map
64.idea63lib/canonical/launchpad/icing/combo.css
65run.gdb64lib/canonical/launchpad/icing/combo.css.map
66lib/canonical/launchpad/icing/*-sprites-*.png65lib/canonical/launchpad/icing/*-sprites-*.png
67lib/canonical/launchpad/icing/*.positioning66lib/canonical/launchpad/icing/*.positioning
68lib/canonical/launchpad/icing/yui67lib/canonical/launchpad/icing/yui
69.emacs.desktop68
69# database schemas and sample data
70database/schema/diagrams/*.ps
71database/schema/diagrams/*.dot
72database/sampledata/newsampledata.sql
73database/sampledata/newsampledata-dev.sql
74database/sampledata/lintdata.sql
75database/sampledata/lintdata-dev.sql
76
77# source and development files
78thread*.request
79cover.txt
80.shelf
81development-nohup.out
82opensource/launchpadlib/build
83opensource/launchpadlib/dist
84opensource/launchpadlib/*.egg*
85
86# profiling and debugging
87*.prof
70callgrind.out.*88callgrind.out.*
71/celerybeat-schedule89run.gdb
72!logs/README.txt90
73/logs91# node and python packages
74yarn/node_modules92yarn/node_modules
75/wheels93/wheels
76requirements/combined.txt94
77.tox/95# misc
78/geckodriver.log96+*
97/botmaster
98xxx-report.*
99lp-clustered.dot
100lp-clustered.sfood
101lp-clustered.svg
102lp.sfood
103apidocs
104configs/testrunner_*
105configs/testrunner-appserver_*

Subscribers

People subscribed via source and target branches

to status/vote changes: