diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,2 +1,3 @@ -*.pyc -lib/GitPython.egg-info +*.py[co] +/lib/GitPython.egg-info +/build |
![]() |
index : GitPython | |
| Forked from https://github.com/gitpython-developers/GitPython | Oskari Timperi |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | .gitignore | 5 |
@@ -1,2 +1,3 @@ -*.pyc -lib/GitPython.egg-info +*.py[co] +/lib/GitPython.egg-info +/build |