diff options
| author | eroen | 2013-11-14 11:34:21 +0100 |
|---|---|---|
| committer | eroen | 2013-11-14 14:47:10 +0100 |
| commit | a217a82444aed528a2760521056b467cf8215650 (patch) | |
| tree | b6b91c9739781e6331ee238483f51c6cf9265d7c /.gitignore | |
| download | git-annex-wrapper-a217a82444aed528a2760521056b467cf8215650.tar.gz git-annex-wrapper-a217a82444aed528a2760521056b467cf8215650.tar.bz2 git-annex-wrapper-a217a82444aed528a2760521056b467cf8215650.tar.xz | |
initial commit
Commands are passed through
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..008af35 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +__pycache__ +*.pyc +*.pyo |
