diff options
| author | Stefan Kögl <stefan@skoegl.net> | 2011-07-31 21:52:03 +0200 |
|---|---|---|
| committer | Stefan Kögl <stefan@skoegl.net> | 2011-07-31 21:52:03 +0200 |
| commit | b243faeee8a8db1a6813765fe1113acecff0d472 (patch) | |
| tree | f45985f94f57f3dd009fb6b4d534f92285446cf9 /.gitignore | |
| download | python-json-pointer-b243faeee8a8db1a6813765fe1113acecff0d472.tar.gz | |
initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ebc4254 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.pyc +build +.coverage |
