From 63e50e32f25dcbdef9c3d1526ae465afb265ab51 Mon Sep 17 00:00:00 2001 From: Calvin Cheng Date: Mon, 7 May 2012 15:52:16 +0800 Subject: Update .gitignore per github's python .gitignore recommendations --- .gitignore | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9fef5a333..5d2a7bbc8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,19 @@ -build/ -dist/ +*.py[co] + +# vim +*.swp +*.swo + +# Packages src/Bcfg2 -*.pyc +*.egg +*.egg-info +dist +build +eggs +parts +bin +var +sdist +develop-eggs +.installed.cfg -- cgit v1.2.3-1-g7c22