This website requires JavaScript.
Explore
Help
Sign In
android
/
git-repo
Watch
1
Fork
0
You've already forked git-repo
mirror of
https://gerrit.googlesource.com/git-repo
synced
2025-02-24 02:06:12 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
git-repo
/
.gitignore
9 lines
69 B
Plaintext
Raw
Normal View
History
Unescape
Escape
setup.py: add basic packaging files This is needed to use tox, and tox lets us test multiple Python versions easily. Change-Id: I813c418a8f7109294a4adb9f6b21be459cbeca70 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/247173 Reviewed-by: David Pursehouse <dpursehouse@collab.net> Tested-by: Mike Frysinger <vapier@google.com>
2019-12-01 21:56:07 -05:00
*.egg-info/
tox: add & document tox usage This makes it easy to run all the tests against multiple versions of Python. We want to make sure Python 2.7 & 3.6+ work. Change-Id: Ia7b16eb46a2aa7c240f03bb291987fa8cb215267 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/247174 Reviewed-by: David Pursehouse <dpursehouse@collab.net> Tested-by: Mike Frysinger <vapier@google.com>
2019-12-01 22:47:21 -05:00
*.log
Initial Contribution
2008-10-21 07:00:00 -07:00
*.pyc
setup.py: add basic packaging files This is needed to use tox, and tox lets us test multiple Python versions easily. Change-Id: I813c418a8f7109294a4adb9f6b21be459cbeca70 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/247173 Reviewed-by: David Pursehouse <dpursehouse@collab.net> Tested-by: Mike Frysinger <vapier@google.com>
2019-12-01 21:56:07 -05:00
__pycache__
/dist
.gitignore: add an entry for repopickles Signed-off-by: David Aguilar <davvid@gmail.com>
2009-06-28 15:08:56 -07:00
.repopickle_*
Add `repoc` to the .gitignore file This is currently the only generated file not present in the .gitignore Apparently it comes from the usage of the "imp" module in main.py Change-Id: I685dc252d0c822818434a8e5f493f77b63a66f03 Signed-off-by: Chirayu Desai <cdesai@cyanogenmod.org>
2013-03-04 21:09:45 +05:30
/repoc
tox: add & document tox usage This makes it easy to run all the tests against multiple versions of Python. We want to make sure Python 2.7 & 3.6+ work. Change-Id: Ia7b16eb46a2aa7c240f03bb291987fa8cb215267 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/247174 Reviewed-by: David Pursehouse <dpursehouse@collab.net> Tested-by: Mike Frysinger <vapier@google.com>
2019-12-01 22:47:21 -05:00
/.tox
Reference in New Issue
Copy Permalink