Merge ~codersquid/snappy-hwe-snaps/+git/wifi-connect:ignore-more-stuff into ~snappy-hwe-team/snappy-hwe-snaps/+git/wifi-connect:master

Proposed by Sheila Miguez
Status: Merged
Approved by: Kyle Nitzsche
Approved revision: 6a612cb27dc1ec5a56dfc507c5b2d3252f5cbcfa
Merged at revision: 2f609679f5cbe1f43fd25cc03800c9d41cecaeca
Proposed branch: ~codersquid/snappy-hwe-snaps/+git/wifi-connect:ignore-more-stuff
Merge into: ~snappy-hwe-team/snappy-hwe-snaps/+git/wifi-connect:master
Diff against target: 21 lines (+12/-2)
1 file modified
.gitignore (+12/-2)
Reviewer Review Type Date Requested Status
System Enablement Bot continuous-integration Approve
Kyle Nitzsche (community) Approve
Review via email: mp+327001@code.launchpad.net

Commit message

update gitignore to ignore editor, test, and snapcraft files

Description of the change

update gitignore to ignore editor, test, and snapcraft files

To post a comment you must log in.
Revision history for this message
Kyle Nitzsche (knitzsche) wrote :

thx

review: Approve
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/.gitignore b/.gitignore
2index 167bd28..b923a21 100644
3--- a/.gitignore
4+++ b/.gitignore
5@@ -1,4 +1,14 @@
6+# testing files
7 .coverage
8 .tests-extras
9-netman/.dbus.go.swp
10-cmds/netman/.cmd_netman.go.swp
11+
12+# editor files
13+*.swp
14+*~
15+
16+# snapcraft files
17+parts/
18+prime/
19+snap/.snapcraft/
20+stage/
21+*.snap

Subscribers

People subscribed via source and target branches