From de0b58ac472837b2e75729e00827117072a83893 Mon Sep 17 00:00:00 2001 From: Adam Stokes Date: Fri, 26 Jul 2013 10:48:56 -0400 Subject: Add support for distutils - We are planning on moving to python distutils for future packaging however, we still want to keep our current build infrastructure around until we are able to test the builds overtime. For now distutils will live alongside the current build process and slowly replace the Makefiles once deemed fit. Signed-off-by: Adam Stokes --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 52a89859..8a5df3a6 100644 --- a/.gitignore +++ b/.gitignore @@ -7,10 +7,12 @@ tags buildjar/ gpgkeys/rhsupport.* dist-build/* -sos/__init__.py cover/ .coverage *.mo sos.conf.5.gz sosreport.1.gz venv +MANIFEST +build/ +dist/ -- cgit