diff options
| author | Prashanth Pai <ppai@redhat.com> | 2014-07-15 17:00:09 +0530 | 
|---|---|---|
| committer | Vijay Bellur <vbellur@redhat.com> | 2014-08-27 09:54:55 -0700 | 
| commit | f56558224423e3af92aa08aa702dbc8cbdc0c55b (patch) | |
| tree | b2b4611a75dba850ad7413a524cc47bc57b7f5b6 | |
| parent | 840a50d1db2001fde687f4f79b2b923c8b762e59 (diff) | |
Add build generated *.py[oc] to .gitignore
Related to:
http://review.gluster.org/8237
Change-Id: I8f888f0363c4358026ad17b2dc288014f7c51466
BUG: 1119328
Signed-off-by: Prashanth Pai <ppai@redhat.com>
Reviewed-on: http://review.gluster.org/8311
Reviewed-by: Humble Devassy Chirammal <humble.devassy@gmail.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
| -rw-r--r-- | .gitignore | 3 | 
1 files changed, 1 insertions, 2 deletions
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  | 
