You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Windows.gitignore 258B

12345678910111213141516171819202122
  1. # Windows thumbnail cache files
  2. Thumbs.db
  3. ehthumbs.db
  4. ehthumbs_vista.db
  5. # Dump file
  6. *.stackdump
  7. # Folder config file
  8. Desktop.ini
  9. # Recycle Bin used on file shares
  10. $RECYCLE.BIN/
  11. # Windows Installer files
  12. *.cab
  13. *.msi
  14. *.msm
  15. *.msp
  16. # Windows shortcuts
  17. *.lnk