This website requires JavaScript.
Explore
Help
Sign In
RepoDemo
/
git-repo
Watch
1
Star
0
Fork
0
You've already forked git-repo
mirror of
https://github.com/Dev-Wiki/git-repo.git
synced
2025-02-23 15:07:28 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4997d1c838
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-02 10:56:07 +08: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-02 11:47:21 +08:00
*.log
Initial Contribution
2008-10-21 22:00:00 +08: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 10:56:07 +08:00
__pycache__
/dist
.gitignore: add an entry for repopickles Signed-off-by: David Aguilar <davvid@gmail.com>
2009-06-29 06:08:56 +08: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 23:39:45 +08:00
/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-02 11:47:21 +08:00
/.tox
Reference in New Issue
Copy Permalink