Initial commit

This commit is contained in:
Patrick Neumann 2018-06-16 14:25:37 +02:00 committed by Gitea
commit 4d630f52d2
3 changed files with 76 additions and 0 deletions

58
.gitignore vendored Normal file
View File

@ -0,0 +1,58 @@
# ---> NotepadPP
# Notepad++ backups #
*.bak
# ---> TextMate
*.tmproj
*.tmproject
tmtags
# ---> macOS
*.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# ---> Windows
# Windows thumbnail cache files
Thumbs.db
ehthumbs.db
ehthumbs_vista.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msm
*.msp
# Windows shortcuts
*.lnk

15
LICENSE Normal file

File diff suppressed because one or more lines are too long

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# copyfiles
Copy a file or directory (incl. files) from a given sourcepath to a given destinationpath and verify that the content of the file(s) has not changed.