diff options
author | Michaël Ball <michael.ball@gmail.com> | 2014-12-13 16:41:35 +0000 |
---|---|---|
committer | Michaël Ball <michael.ball@gmail.com> | 2014-12-13 16:41:35 +0000 |
commit | cd630834a985be4b39a673d022e180de3ff20517 (patch) | |
tree | 0cfdcba2570ca7925e3777104448e83501fa328c /.gitignore | |
parent | 86e68485b0848e25ef6d5b579c7d80f286d094a1 (diff) |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8374d58 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# Development stuff +.python-version +tags +GRTAGS +GTAGS +GPATH +*.swp +*.pyc +library.db-journal + +public +tmp |