diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2013-04-16 17:29:32 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2013-04-16 17:29:32 -0400 |
commit | b58cd558d24143cead35a3f2da6b04bd521c5725 (patch) | |
tree | 197f8f529059a83f38665555c90e902db5f5b21b /.gitignore | |
download | ipsutils-b58cd558d24143cead35a3f2da6b04bd521c5725.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..9c3fd21 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +.pydevproject +.project +.DS_Store +*.pyc +src/*.pyc +data +converted +images |