diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-11-04 00:00:24 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-11-04 00:00:24 +0100 |
commit | 6e691059f473b5d6f4667bf6774b4f9e72d40cc8 (patch) | |
tree | f3e3c9a55f8df772140d3b6dd31238c227d47d70 /.gitignore | |
download | libkeccak-6e691059f473b5d6f4667bf6774b4f9e72d40cc8.tar.gz libkeccak-6e691059f473b5d6f4667bf6774b4f9e72d40cc8.tar.bz2 libkeccak-6e691059f473b5d6f4667bf6774b4f9e72d40cc8.tar.xz |
first commit
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d6d2db2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +_/ +bin/ +obj/ +\#*\#* +.* +!.git* +*~ +*.sw[op] +*.bak +*.o +*.out +*.so +*.gch +*.info +*.pdf +*.ps +*.dvi + |