diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-06-13 10:29:00 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-06-13 10:29:00 +0200 |
commit | 5b97ed47001079b574f4f1fb7148f1395a524989 (patch) | |
tree | 966accd3de059a8868ba337552bb40bf68034658 | |
download | unstickpixels-5b97ed47001079b574f4f1fb7148f1395a524989.tar.gz unstickpixels-5b97ed47001079b574f4f1fb7148f1395a524989.tar.bz2 unstickpixels-5b97ed47001079b574f4f1fb7148f1395a524989.tar.xz |
first commit
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bb40f2f --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +_/ +__pycache__/ +.* +!.git* +\#*\# +*~ +*.swo +*.swp +*.pyc +*.pyo |