← Back to team overview

sts-sponsors team mailing list archive

[Merge] ~ack/maas:gitignore-cleanup into maas:master

 

Alberto Donato has proposed merging ~ack/maas:gitignore-cleanup into maas:master.

Commit message:
cleanup gitignore, exclude maasagent build dir



Requested reviews:
  MAAS Maintainers (maas-maintainers)

For more details, see:
https://code.launchpad.net/~ack/maas/+git/maas/+merge/441859
-- 
Your team MAAS Committers is subscribed to branch maas:master.
diff --git a/.gitignore b/.gitignore
index 31cd627..1c320e0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,58 +1,37 @@
-*.DS_Store
 *.egg
 *.egg-info
-*.log
 *.snap
-*.fuse_hidden*
 /.mypy_cache
 /.db.lock
-/.failed
 /.git
 /.hypothesis
-/.installed.cfg
 /.pybuild/
-/.noseids
 /.run
 /.tox
 /.ve
 /.vscode
-/*.orig.tar.gz
 /bin
 /dev-snap
 /build_pkg
 /db
 /debian/build/
 /debian/debhelper-build-stamp
-/develop-eggs
 /dist
 /api-docs.rst
 /openapi.yaml
-/eggs
-/etc/maas/rackd.conf
-/etc/maas/regiond.conf
-/include
-/lib
 /junit.xml
-/local
-/logs/*
-/maas_git_source.tar.bz2
-/man/.doctrees
-/node_modules
-/parts
-/prime
 /release.macaroon
 /release.lp
-/services/*/supervise
 /snap/.snapcraft
+/src/maasagent/build
+/src/maasagent/vendor
 /src/maasui/build
 /src/maasui/tarballs
 /src/maasui/nodejs
 /src/host-info/bin
 /src/host-info/vendor
-/stage
 /TAGS
 /tags
-/twisted
 /xunit.*.xml
 /junit-*.xml
 /test_*.profile

Follow ups