11 lines
211 B
Text
11 lines
211 B
Text
# Exclude obj directory (object files for Makefile build)
|
|
/obj
|
|
|
|
# Exclude converted resource files
|
|
src/Resource
|
|
|
|
# Exclude build output directory
|
|
/game
|
|
|
|
# Exclude the (recommended) CMake build directory
|
|
build/*
|