Custom invasion gamemode system in ACS.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
187 B

  1. # Compiled ACS files
  2. *.o
  3. # ACS error files
  4. acs.err
  5. # Build files
  6. *.pk3
  7. # Backups files
  8. *.bak*
  9. *.bac*
  10. # Doom builder files
  11. *.dbs
  12. # Temporary files
  13. *.tmp
  14. # Vim swap files
  15. *.swp
  16. *.swo