diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2013-04-22 11:22:45 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2013-04-22 11:22:45 -0400 |
commit | 73fb728c2f6a46d84c66b853fa5b6f37142c7053 (patch) | |
tree | d7f24c692f0fb16bbe2c47b3ec8abf750e7bd336 | |
parent | 85bf20111504844b82bc9e6ad48f7f5fe4a073bf (diff) | |
download | ipsutils-73fb728c2f6a46d84c66b853fa5b6f37142c7053.tar.gz |
Ignore build and dist directories
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | MANIFEST | 10 |
2 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,4 @@ +build/* .pydevproject .project .DS_Store diff --git a/MANIFEST b/MANIFEST new file mode 100644 index 0000000..1066d20 --- /dev/null +++ b/MANIFEST @@ -0,0 +1,10 @@ +# file GENERATED by distutils, do NOT edit +ipsbuild-setuptree.py +ipsbuild.py +setup.py +ipsutils/__init__.py +ipsutils/build.py +ipsutils/config.py +ipsutils/env.py +ipsutils/task.py +ipsutils/test.py |