diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2018-11-27 12:36:56 +0100 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2018-11-27 12:36:56 +0100 |
commit | 248ea9bbb80111e4c8c1a70419bc963355853167 (patch) | |
tree | 03299b8ed7a3dd2838c1da3d79a115d8734967c5 /.gitignore | |
parent | f0cc28e3758524d74d20a8219b13966d01085fea (diff) | |
download | git-repo-248ea9bbb80111e4c8c1a70419bc963355853167.tar.gz git-repo-248ea9bbb80111e4c8c1a70419bc963355853167.zip |
add tests and fix errors found by tests
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..faff549 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +/test/bin +/test/work +/*.deb +/target +/work +*~ |