mirror of
https://github.com/KranX/Vangers.git
synced 2025-11-30 23:15:27 +07:00
42 lines
527 B
Plaintext
42 lines
527 B
Plaintext
# Data files
|
|
data/*
|
|
!data/iscreen
|
|
!data/actint
|
|
!data/data
|
|
!data/resource/actint/hd
|
|
|
|
# CMake files
|
|
CMakeFiles/
|
|
cmake_install.cmake
|
|
Makefile
|
|
CMakeCache.txt
|
|
|
|
# Generated binaries
|
|
*.a
|
|
lib/utils/zip_convert
|
|
src/vangers
|
|
data/iscreen/temp.scr
|
|
|
|
# TODO: VC stuff, windows binaries
|
|
build/src/vangers.exe
|
|
build/src/logfile.txt
|
|
build/src/libclunk.dll
|
|
build/lib/utils/zip_convert.exe
|
|
.fuse_hidden*
|
|
.vscode/
|
|
*.code-workspace
|
|
|
|
# VS cmake
|
|
.vs/
|
|
[Oo]ut/
|
|
CMakeSettings.json
|
|
|
|
# compile stuff
|
|
/ffmpeg
|
|
/build
|
|
/clunk
|
|
/vangers
|
|
|
|
# Server env file
|
|
.env
|