diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-04-20 07:32:24 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-04-20 07:32:24 +0200 |
commit | fdbd39863bfb94a9491f73da97a9827b95dd21c2 (patch) | |
tree | 1c26548b942ff33b1761d04dc810c49868235ad2 /.gitignore | |
download | mds-fdbd39863bfb94a9491f73da97a9827b95dd21c2.tar.gz mds-fdbd39863bfb94a9491f73da97a9827b95dd21c2.tar.bz2 mds-fdbd39863bfb94a9491f73da97a9827b95dd21c2.tar.xz |
first commit
Signed-off-by: Mattias Andrée <maandree@operamail.com>
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..4f7dd78 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +_/ +bin/ +obj/ +\#*\# +.* +!.git* +*~ +*.bak +*.swp +*.swo +*.su +*.gch +*.out +*.o + |