diff options
author | Jason Stubbs <jstubbs@gentoo.org> | 2005-05-03 14:20:51 +0000 |
---|---|---|
committer | Jason Stubbs <jstubbs@gentoo.org> | 2005-05-03 14:20:51 +0000 |
commit | 203f47d59181e25d02c6bf7fe97aa5d9bc575e77 (patch) | |
tree | b4817b02689a3cad1cbb07aefde1b08cec202db0 /pym | |
parent | Fixed some bugs in the new intersects() and encapsulates() methods. Created (diff) | |
download | portage-cvs-203f47d59181e25d02c6bf7fe97aa5d9bc575e77.tar.gz portage-cvs-203f47d59181e25d02c6bf7fe97aa5d9bc575e77.tar.bz2 portage-cvs-203f47d59181e25d02c6bf7fe97aa5d9bc575e77.zip |
New ignore files for the new dirs
Diffstat (limited to 'pym')
-rw-r--r-- | pym/elog_modules/.gitignore | 2 | ||||
-rw-r--r-- | pym/set_modules/.gitignore | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/pym/elog_modules/.gitignore b/pym/elog_modules/.gitignore new file mode 100644 index 0000000..52e4e61 --- /dev/null +++ b/pym/elog_modules/.gitignore @@ -0,0 +1,2 @@ +*.pyc +*.pyo diff --git a/pym/set_modules/.gitignore b/pym/set_modules/.gitignore new file mode 100644 index 0000000..52e4e61 --- /dev/null +++ b/pym/set_modules/.gitignore @@ -0,0 +1,2 @@ +*.pyc +*.pyo |