mirror of https://github.com/dnomd343/md5sum.git
Marek
10 years ago
commit
cf1193df1b
2 changed files with 32 additions and 0 deletions
@ -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 |
@ -0,0 +1,4 @@ |
|||
md5 |
|||
=== |
|||
|
|||
Class to create MD5 checksum from file or string |
Loading…
Reference in new issue