mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Initial commit: wowee native WoW 3.3.5a client
This commit is contained in:
commit
ce6cb8f38e
147 changed files with 32347 additions and 0 deletions
63
.gitignore
vendored
Normal file
63
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
# Build directories
|
||||
build/
|
||||
bin/
|
||||
lib/
|
||||
|
||||
# CMake
|
||||
CMakeCache.txt
|
||||
CMakeFiles/
|
||||
cmake_install.cmake
|
||||
Makefile
|
||||
*.cmake
|
||||
!CMakeLists.txt
|
||||
|
||||
# Compiled Object files
|
||||
*.o
|
||||
*.obj
|
||||
*.slo
|
||||
*.lo
|
||||
|
||||
# Compiled Dynamic libraries
|
||||
*.so
|
||||
*.dylib
|
||||
*.dll
|
||||
|
||||
# Compiled Static libraries
|
||||
*.a
|
||||
*.lib
|
||||
*.la
|
||||
|
||||
# Executables
|
||||
*.exe
|
||||
*.out
|
||||
*.app
|
||||
wowee
|
||||
|
||||
# IDE files
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.DS_Store
|
||||
|
||||
# External dependencies (except CMakeLists.txt)
|
||||
extern/*
|
||||
!extern/.gitkeep
|
||||
|
||||
# ImGui state
|
||||
imgui.ini
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Config files
|
||||
config.ini
|
||||
config.json
|
||||
|
||||
# WoW data (users must supply their own)
|
||||
Data/
|
||||
*.mpq
|
||||
|
||||
# Texture assets (not distributed - see README)
|
||||
assets/textures/
|
||||
Loading…
Add table
Add a link
Reference in a new issue