diff options
author | Jakob Stendahl <jakst070500@ntvgs.no> | 2017-09-27 22:39:53 +0200 |
---|---|---|
committer | Jakob Stendahl <jakst070500@ntvgs.no> | 2017-09-27 22:39:53 +0200 |
commit | 48ea41d070119b47784c4c5d9fe9c998cb41a3e0 (patch) | |
tree | 697f16fb9386c26791be469ffd82e9b7384e6df7 | |
parent | 198ea0112dbbb449c38dca619aaad696da359a8c (diff) | |
download | TD-48ea41d070119b47784c4c5d9fe9c998cb41a3e0.tar.gz TD-48ea41d070119b47784c4c5d9fe9c998cb41a3e0.zip |
Added windows and MacOS file system extensions
-rw-r--r-- | .gitignore | 51 |
1 files changed, 51 insertions, 0 deletions
@@ -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 |