diff options
author | Jason Stubbs <jstubbs@gentoo.org> | 2005-03-23 12:34:30 +0000 |
---|---|---|
committer | Jason Stubbs <jstubbs@gentoo.org> | 2005-03-23 12:34:30 +0000 |
commit | b0e668ee964b4431bc139d8da698f0a5af9d4a0a (patch) | |
tree | 400274be387bd4fc6650f09cf3c07fb7d21e9e75 /pym | |
parent | Adding pre/postrm to EBUILD_PHASES (diff) | |
download | portage-cvs-b0e668ee964b4431bc139d8da698f0a5af9d4a0a.tar.gz portage-cvs-b0e668ee964b4431bc139d8da698f0a5af9d4a0a.tar.bz2 portage-cvs-b0e668ee964b4431bc139d8da698f0a5af9d4a0a.zip |
Removed the -a argument from all diff usage.
Diffstat (limited to 'pym')
-rw-r--r-- | pym/.gitignore | 2 | ||||
-rw-r--r-- | pym/cache/.gitignore | 2 | ||||
-rw-r--r-- | pym/sync/.gitignore | 2 | ||||
-rw-r--r-- | pym/transports/.gitignore | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/pym/.gitignore b/pym/.gitignore new file mode 100644 index 0000000..52e4e61 --- /dev/null +++ b/pym/.gitignore @@ -0,0 +1,2 @@ +*.pyc +*.pyo diff --git a/pym/cache/.gitignore b/pym/cache/.gitignore new file mode 100644 index 0000000..52e4e61 --- /dev/null +++ b/pym/cache/.gitignore @@ -0,0 +1,2 @@ +*.pyc +*.pyo diff --git a/pym/sync/.gitignore b/pym/sync/.gitignore new file mode 100644 index 0000000..52e4e61 --- /dev/null +++ b/pym/sync/.gitignore @@ -0,0 +1,2 @@ +*.pyc +*.pyo diff --git a/pym/transports/.gitignore b/pym/transports/.gitignore new file mode 100644 index 0000000..52e4e61 --- /dev/null +++ b/pym/transports/.gitignore @@ -0,0 +1,2 @@ +*.pyc +*.pyo |