diff options
author | Daniel Friesel <derf@finalrewind.org> | 2013-12-20 23:27:27 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2013-12-20 23:27:27 +0100 |
commit | 4ad2215299f32dc4264202055f7d79d06c796a24 (patch) | |
tree | 119b568b64afc00b6b76ec2e3bb47ce50e4b38ae | |
parent | c446317a5db8c79f57fa5b057891abe11c559435 (diff) |
add gitignore
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..189304f --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +/_build +/Build +/blib +/cover_db +/MANIFEST +/MANIFEST.bak +/MANIFEST.SKIP +/MANIFEST.SKIP.bak +/MYMETA.yml +/MYMETA.json |