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
2024-12-21 07:16:21 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5b3a57c3ff
git-repo
/
.gitignore
7 lines
57 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-02 02:56:07 +00:00
*.egg-info/
Initial Contribution
2008-10-21 14:00:00 +00: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-02 02:56:07 +00:00
__pycache__
/dist
.gitignore: add an entry for repopickles Signed-off-by: David Aguilar <davvid@gmail.com>
2009-06-28 22:08:56 +00: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 15:39:45 +00:00
/repoc
Reference in New Issue
Copy Permalink