diff options
author | Kevin Robertson <robertsonk@gmail.com> | 2015-04-08 11:55:12 -0400 |
---|---|---|
committer | Kevin Robertson <robertsonk@gmail.com> | 2015-04-08 11:55:12 -0400 |
commit | 08f8f2e75cb6f90f7e06dbc860761763a903772e (patch) | |
tree | 19ce9d8ff1fccf510df82d99a65f48c649b7becd /.gitignore | |
download | Inveigh-08f8f2e75cb6f90f7e06dbc860761763a903772e.tar.gz Inveigh-08f8f2e75cb6f90f7e06dbc860761763a903772e.zip |
:neckbeard: Added .gitattributes & .gitignore files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..96374c4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,43 @@ +# Windows image file caches +Thumbs.db +ehthumbs.db + +# Folder config file +Desktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msm +*.msp + +# Windows shortcuts +*.lnk + +# ========================= +# Operating System Files +# ========================= + +# OSX +# ========================= + +.DS_Store +.AppleDouble +.LSOverride + +# Thumbnails +._* + +# Files that might appear on external disk +.Spotlight-V100 +.Trashes + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk |