diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-01-19 23:15:28 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-01-19 23:15:28 +0100 |
commit | 49138290f2291c0db22311f4f86b7f0d10d0a35f (patch) | |
tree | f7ee18088316d5fbe04e69c89e3e51abff5a09d2 /.gitignore | |
download | algorithms-and-data-structures-49138290f2291c0db22311f4f86b7f0d10d0a35f.tar.gz algorithms-and-data-structures-49138290f2291c0db22311f4f86b7f0d10d0a35f.tar.bz2 algorithms-and-data-structures-49138290f2291c0db22311f4f86b7f0d10d0a35f.tar.xz |
first commit
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..34c9978 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +_/ +bin/ +obj/ +\#*\# +.* +!.git* +*~ +*.swo +*.swp +*.bak +*.class +*.jar + |