.gitignore 128 B

1234567891011121314
  1. # No binary files!
  2. *.dll
  3. *.exe
  4. *.sys
  5. # Includes *.bak etc
  6. UnityPlayer.dll.*
  7. # dxvk cache and debug files
  8. *.dxvk-cache
  9. *.log