diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-29 02:12:11 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-29 02:12:11 +0200 |
commit | 451aece9c1d5743a1719eb73f8037e73acb2732c (patch) | |
tree | 93ecdd00a64cf22ec71c237ef44ff455eae9c695 | |
download | blueshift-demomode-451aece9c1d5743a1719eb73f8037e73acb2732c.tar.gz blueshift-demomode-451aece9c1d5743a1719eb73f8037e73acb2732c.tar.bz2 blueshift-demomode-451aece9c1d5743a1719eb73f8037e73acb2732c.tar.xz |
first commit
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | .gitignore | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3dda982 --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +_/ +bin/ +obj/ +\#*\# +.* +!.git* +*~ +*.swp +*.swo +*.bak +*.pyc +*.pyo +*.o +*.so +*.out +*.su +*.gch +*.zip +__pycache__/ +*.info +*.pdf +*.dvi +*.ps +*.tar +*.gz +*.bz2 +*.xz + |