diff options
author | Martin Pool <mbp@samba.org> | 2002-12-12 04:44:47 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2002-12-12 04:44:47 +0000 |
commit | 3bb4bd3ed642a61e54c44c40c31f0e2242977614 (patch) | |
tree | 70a5955f88a132fedd15be8c9cd2b187779c22c7 /source | |
parent | ac856fbb96e5ed21992972805b27cc8c3f9377df (diff) | |
download | samba-3bb4bd3ed642a61e54c44c40c31f0e2242977614.tar.gz samba-3bb4bd3ed642a61e54c44c40c31f0e2242977614.tar.xz samba-3bb4bd3ed642a61e54c44c40c31f0e2242977614.zip |
* Ignore .pyc and .pyo files produced as a side-effect of running
Python examples.
Diffstat (limited to 'source')
-rw-r--r-- | source/python/examples/tdbpack/.cvsignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/python/examples/tdbpack/.cvsignore b/source/python/examples/tdbpack/.cvsignore new file mode 100644 index 00000000000..52e4e61140d --- /dev/null +++ b/source/python/examples/tdbpack/.cvsignore @@ -0,0 +1,2 @@ +*.pyc +*.pyo |