diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2013-02-06 16:55:32 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2013-02-06 16:55:32 -0500 |
commit | 713b8cb8af5370dd436f8febeb07fbfb16ce17cc (patch) | |
tree | b5a3a12b408275917e657a432cc6aa92be97c65c /.gitignore | |
download | benchy-713b8cb8af5370dd436f8febeb07fbfb16ce17cc.tar.gz |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..70a7218 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +*.pyc +*.png +*.jpg +*.svg +*.pdf +*.gif +.project +.pydevproject |