diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-08-28 17:43:52 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-08-28 17:43:52 +0200 |
commit | 4bdfa71c852555d9ac8c321fa1a5df829a948a75 (patch) | |
tree | 1e718f3b5e313bceee5bf7fd06ba1fc5b81562f3 /.gitignore | |
download | pylibgamma-4bdfa71c852555d9ac8c321fa1a5df829a948a75.tar.gz pylibgamma-4bdfa71c852555d9ac8c321fa1a5df829a948a75.tar.bz2 pylibgamma-4bdfa71c852555d9ac8c321fa1a5df829a948a75.tar.xz |
first commit
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5b34508 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +_/ +bin/ +obj/ +\#*\# +.* +!.git* +*~ +__pycache__/ +*.bak +*.sw[op] +*.o +*.out +*.su +*.gch +*.py[co] + |