diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-23 00:09:20 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-23 00:09:20 +0200 |
commit | fe820e8703bc0627f25d5bce784ba88272ad9526 (patch) | |
tree | a4dd7ac7a56606c9957f1bfcec803f7401bfee69 /.gitignore | |
download | slack-fe820e8703bc0627f25d5bce784ba88272ad9526.tar.gz slack-fe820e8703bc0627f25d5bce784ba88272ad9526.tar.bz2 slack-fe820e8703bc0627f25d5bce784ba88272ad9526.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..91134be --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +_/ +bin/ +obj/ +.* +!.git* +*~ +\#*\# +*.swo +*.swp +*.bak +*.o +*.out +*.gch +*.su + |