diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-10-06 11:46:13 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-10-06 11:46:13 +0200 |
commit | 83c087a02f41d2996bd287faed665f5a71ff271e (patch) | |
tree | cb7f368850759ddc083b9ab4df60ee66393d37ff /.gitignore | |
download | gpp-83c087a02f41d2996bd287faed665f5a71ff271e.tar.gz gpp-83c087a02f41d2996bd287faed665f5a71ff271e.tar.bz2 gpp-83c087a02f41d2996bd287faed665f5a71ff271e.tar.xz |
first commit
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d6ad89a --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +_/ +bin/ +__pycache__/ +.* +!.git* +\#*\# +*~ +*.sw[op] +*.py[co] +*.bak + |