Browse Source

Initial commit

legacy
Marek 10 years ago
commit
cf1193df1b
  1. 28
      .gitignore
  2. 4
      README.md

28
.gitignore

@ -0,0 +1,28 @@
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app

4
README.md

@ -0,0 +1,4 @@
md5
===
Class to create MD5 checksum from file or string
Loading…
Cancel
Save