diff options
author | Mattias Andrée <maandree@kth.se> | 2016-07-13 22:46:22 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-07-13 22:46:22 +0200 |
commit | ec2f35634143be087e107432cbff087329b7e1c2 (patch) | |
tree | 9fd39d3472fe4240929a4eb7b662347166c1f782 /.gitignore | |
download | libcoopgamma-ec2f35634143be087e107432cbff087329b7e1c2.tar.gz libcoopgamma-ec2f35634143be087e107432cbff087329b7e1c2.tar.bz2 libcoopgamma-ec2f35634143be087e107432cbff087329b7e1c2.tar.xz |
first commit
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..72a83fb --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +bin/ +obj/ +\#*\# +.\#* +*~ +*.bak +*.orig +*.o +*.su +*.so +*.out +*.pdf +*.dvi +*.ps +*.info |