diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-06-05 05:40:41 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-06-05 05:40:41 +0200 |
commit | 0798c7756b65c4174024f400c37c9c1b68fd27be (patch) | |
tree | 8ec303483e95c9bcbbd4724d27cb5b80accf219e /.gitignore | |
download | solar-python-0798c7756b65c4174024f400c37c9c1b68fd27be.tar.gz solar-python-0798c7756b65c4174024f400c37c9c1b68fd27be.tar.bz2 solar-python-0798c7756b65c4174024f400c37c9c1b68fd27be.tar.xz |
first commit
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8ebbe92 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +_/ +bin/ +obj/ +\#*\# +.* +!.git* +*~ +*.swp +*.swo +*.bak +*.pyc +*.pyo +__pycache__/ +*.info +*.pdf +*.dvi +*.ps +*.tar +*.gz +*.bz2 +*.xz + |