diff --git a/.gitignore b/.gitignore index 68f95cb..0d44488 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ .pydevproject .settings .tmp_* +*.pyc diff --git a/t/dummy.py b/t/dummy.py new file mode 100644 index 0000000..657108b --- /dev/null +++ b/t/dummy.py @@ -0,0 +1,5 @@ +#!/usr/bin/env python +# vim:fileencoding=utf-8 + +def test_dummy(): + pass