basic bot
This commit is contained in:
58
.gitignore
vendored
Normal file
58
.gitignore
vendored
Normal file
@@ -0,0 +1,58 @@
|
||||
visualstudio/x64
|
||||
visualstudio/Win32
|
||||
visualstudio/.vs
|
||||
starcraft/bwapi-data/*
|
||||
starcraft/characters/*
|
||||
starcraft/maps/*
|
||||
starcraft/*.exe
|
||||
starcraft/*.snp
|
||||
starcraft/*.bat
|
||||
starcraft/*.dll
|
||||
starcraft/*.ini
|
||||
starcraft/*.MPQ
|
||||
starcraft/*.mpq
|
||||
starcraft/Errors
|
||||
starcraftfull
|
||||
*.sdf
|
||||
*.suo
|
||||
*.opensdf
|
||||
*.dll
|
||||
*.o
|
||||
*.pd_
|
||||
*.bwta
|
||||
*.db
|
||||
*.ipch
|
||||
*.opendb
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
*.zip
|
||||
*.iobj
|
||||
*.ipdb
|
||||
*.map
|
||||
*.pdb
|
||||
*.ilk
|
||||
*.ERR
|
||||
bin/StarterBot_d.exe
|
||||
bin/StarterBot_d.exe
|
||||
bin/ReplayData.txt
|
||||
bin/ReplayParser.exe
|
||||
bin/RunReplayParserAndStarcraft.bat
|
||||
bin/replaydata
|
||||
# Linux
|
||||
bin_linux/src
|
||||
!libgcc_s_dw2-1.dll
|
||||
!libstdc++-6.dll
|
||||
|
||||
|
||||
starcraft/
|
||||
starcraft
|
||||
Starcraft.zip
|
||||
.wine/
|
||||
|
||||
bin_linux/StarterBot.exe
|
||||
bin_linux/
|
||||
# Nix
|
||||
result
|
||||
result-*
|
||||
.direnv/
|
||||
.envrc.cache
|
||||
Reference in New Issue
Block a user