From 48ea41d070119b47784c4c5d9fe9c998cb41a3e0 Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Wed, 27 Sep 2017 22:39:53 +0200 Subject: Added windows and MacOS file system extensions --- .gitignore | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d50333c..8c65567 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,54 @@ sysinfo.txt # Builds *.apk *.unitypackage + +# Windows thumbnail cache files +Thumbs.db +ehthumbs.db +ehthumbs_vista.db + +# Dump file +*.stackdump + +# Folder config file +Desktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msm +*.msp + +# Windows shortcuts +*.lnk + +# General +.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 -- cgit v1.2.3