diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-08-09 00:42:49 +0200 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2014-09-11 16:44:26 -0700 |
commit | 0cc4c1ac21a2ea94cfb1f6ff4b461a9e349d47df (patch) | |
tree | 94ca4ae6eaf9a62aa76ce2368d7aa051594bbaa8 /.gitignore | |
parent | tests: Fix running on installed copy of Portage (diff) | |
download | portage-0cc4c1ac21a2ea94cfb1f6ff4b461a9e349d47df.tar.gz portage-0cc4c1ac21a2ea94cfb1f6ff4b461a9e349d47df.tar.bz2 portage-0cc4c1ac21a2ea94cfb1f6ff4b461a9e349d47df.zip |
Install Portage using setup.py
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 074bb864d..c2dd5349d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.py[co] __pycache__/ *.class +/build /tags |