[lxc-devel] [pylxd/master] fix manifest, cleanup .gitignore

albertodonato on Github lxc-bot at linuxcontainers.org
Tue Dec 15 08:48:48 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 362 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20201215/dd6dc210/attachment.bin>
-------------- next part --------------
From e6a8f13e47bdf636d346e71cc927b9680bd1bdd7 Mon Sep 17 00:00:00 2001
From: Alberto Donato <alberto.donato at canonical.com>
Date: Tue, 15 Dec 2020 09:48:23 +0100
Subject: [PATCH] fix manifest, cleanup .gitignore

Signed-off-by: Alberto Donato <alberto.donato at canonical.com>
---
 .gitignore  | 43 ++-----------------------------------------
 .mailmap    |  3 ---
 MANIFEST.in | 10 +++-------
 3 files changed, 5 insertions(+), 51 deletions(-)
 delete mode 100644 .mailmap

diff --git a/.gitignore b/.gitignore
index 185c3b90..f4848296 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,59 +1,20 @@
 *.py[cod]
-
-# C extensions
-*.so
-
-# Packages
-*.egg
-.eggs
 *.egg-info
-dist
-build
-eggs
-parts
-bin
-var
-sdist
-develop-eggs
-.installed.cfg
-lib
-lib64
-
-# Installer logs
-pip-log.txt
+dist/
 
 # Unit test / coverage reports
 .coverage
 .tox
-nosetests.xml
-.testrepository
-.venv
-htmlcov/
 
 # Translations
 *.mo
 
-# Mr Developer
-.mr.developer.cfg
-.project
-.pydevproject
-
-# Pycharm
-.idea/
-
-# Complexity
-output/*.html
-output/*/index.html
-
 # Sphinx
 doc/build
 
-# pbr generates these
-AUTHORS
-ChangeLog
-
 # Editors
 *~
 .*.swp
 .*sw?
+.idea/
 *.sublime-*
diff --git a/.mailmap b/.mailmap
deleted file mode 100644
index cc92f17b..00000000
--- a/.mailmap
+++ /dev/null
@@ -1,3 +0,0 @@
-# Format is:
-# <preferred e-mail> <other e-mail 1>
-# <preferred e-mail> <other e-mail 2>
\ No newline at end of file
diff --git a/MANIFEST.in b/MANIFEST.in
index 09defacf..1b4bfe0e 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,7 +1,3 @@
-include AUTHORS
-include ChangeLog
-exclude .gitignore
-exclude .gitreview
-exclude contrib_testing
-
-global-exclude *.pyc
+include CONTRIBUTORS.rst
+include README.rst
+include LICENSE


More information about the lxc-devel mailing list