From f56558224423e3af92aa08aa702dbc8cbdc0c55b Mon Sep 17 00:00:00 2001 From: Prashanth Pai Date: Tue, 15 Jul 2014 17:00:09 +0530 Subject: Add build generated *.py[oc] to .gitignore Related to: http://review.gluster.org/8237 Change-Id: I8f888f0363c4358026ad17b2dc288014f7c51466 BUG: 1119328 Signed-off-by: Prashanth Pai Reviewed-on: http://review.gluster.org/8311 Reviewed-by: Humble Devassy Chirammal Tested-by: Gluster Build System --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a0a242e05a9..5e054dc560b 100644 --- a/.gitignore +++ b/.gitignore @@ -30,13 +30,12 @@ log *.vol # Generated files +*.py[co] tests/env.rc -tests/utils/libcxattr.pyc dht_layout_unittest mem_pool_unittest tests/utils/arequal-checksum api/examples/__init__.py -api/examples/__init__.py? api/examples/setup.py xlators/features/glupy/src/__init__.py contrib/argp-standalone/libargp.a -- cgit