diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2017-01-11 16:58:08 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2017-01-11 16:58:08 -0500 |
commit | 9ebf003cf1e36b38979c57fc8d0611fbe8a81e71 (patch) | |
tree | de344c3aa6396bc34bc33a0f6120a97e7e79017d /.gitignore | |
download | astroconda-releases-testing-9ebf003cf1e36b38979c57fc8d0611fbe8a81e71.tar.gz |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f0997af --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +RELIC-INFO +relic/ +build/ +dist/ +*.pyc +*.o +*.so +*.egg-info +*.swp |