.gitignore 522 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # Windows image file caches
  2. Thumbs.db
  3. ehthumbs.db
  4. # Folder config file
  5. Desktop.ini
  6. server_log.txt
  7. crashinfo.txt
  8. *.exe
  9. # Recycle Bin used on file shares
  10. $RECYCLE.BIN/
  11. # Windows Installer files
  12. *.cab
  13. *.msi
  14. *.msm
  15. *.msp
  16. # =========================
  17. # Operating System Files
  18. # =========================
  19. # OSX
  20. # =========================
  21. .DS_Store
  22. .AppleDouble
  23. .LSOverride
  24. # Icon must ends with two \r.
  25. Icon
  26. # Thumbnails
  27. ._*
  28. # Files that might appear on external disk
  29. .Spotlight-V100
  30. .Trashes
  31. *.session
  32. pawno/pawnc.bat