diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2014-11-11 15:48:32 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2014-11-11 15:48:32 -0500 |
commit | d158348c4a3519ebeb84ab7faea3a2e81ab1bd6c (patch) | |
tree | e641244464bdc9fa861fa590363930276efe7a9f /.gitignore | |
download | pymkenv-d158348c4a3519ebeb84ab7faea3a2e81ab1bd6c.tar.gz |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b596bec --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.*project +*.pyc +!envconfig/Standard* +!envconfig/Local* |