diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-04-10 16:17:14 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-04-10 16:17:14 +0200 |
commit | b5d05651d0785fadafe57c1a6e07e682006c7fb0 (patch) | |
tree | 950cb7df898f9cc12f9b544a9020164d73870f73 | |
download | nightshift-b5d05651d0785fadafe57c1a6e07e682006c7fb0.tar.gz nightshift-b5d05651d0785fadafe57c1a6e07e682006c7fb0.tar.bz2 nightshift-b5d05651d0785fadafe57c1a6e07e682006c7fb0.tar.xz |
first commit
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0ec08aa --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +_/ +obj/ +__pycache__/ +\#*\# +.* +!.git* +*~ +*.swp +*.swo +*.bak +*.pyc +*.pyo + |