Ignore a generated file.
commitc5c6c159629726ec965dc45e12ba2aaff3608fa5
authorM. Eric Irrgang <ericirrgang@gmail.com>
Thu, 30 Jul 2020 11:13:07 +0000 (30 14:13 +0300)
committerM. Eric Irrgang <ericirrgang@gmail.com>
Thu, 30 Jul 2020 11:19:17 +0000 (30 14:19 +0300)
treef602ab8a105f5f0bb9dc810dbaa8eb6b09fc71a6
parentf19e4c64991a546726dcdce7063196afd03ecbee
Ignore a generated file.

When a Python package is configured in "develop" mode, the source
directory is treated as the installed directory, so generated package
files end up in the source tree. This change tells `git` to ignore a
generated package file that will be present in a developer's source tree
after `python setupy.py develop`.
python_packaging/src/gmxapi/.gitignore [new file with mode: 0644]