diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2020-12-21 23:33:35 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2020-12-21 23:33:35 -0500 |
| commit | 4fc6e6f5186163ecf03582d74c668d2329cf031a (patch) | |
| tree | 0ef6ef93ac467caef06fe14236bfd4f1f6928a42 /.gitignore | |
| parent | 7c5bef76c50121e2171e0e67feff2fb46b2a3a56 (diff) | |
Pull version information from Git tags.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,2 +1,11 @@ +# Generated metadata created by `pip install`, `setup.py sdist`, and friends. +# Will be reconstituted from setup.py as needed. *.egg-info + +# Compiled Python bytecode. Will be regenerated on import, for the current +# Python version. *.pyc + +# Dependencies installed via setup_requires; will be recreated from setuptools +# as needed. +/.eggs/ |
