mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-03 01:59:35 -06:00
40 lines
538 B
Plaintext
40 lines
538 B
Plaintext
# Build and editor thing
|
|
/build/
|
|
/build-ninja/
|
|
/build-xcode/
|
|
/build-make/
|
|
*~
|
|
*.dir
|
|
*.idea/
|
|
.build-vs/
|
|
.cproject
|
|
.project
|
|
.vs/
|
|
.vscode
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
cmake-build-*
|
|
cmake_install.cmake
|
|
install_manifest.txt
|
|
Makefile
|
|
|
|
# OS specific things
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# OpenSpace-generated folders and files
|
|
/bin/
|
|
/cache/
|
|
/cache-*/
|
|
/cache_gdal/
|
|
/documentation/
|
|
/logs/
|
|
/screenshots/
|
|
/recordings/
|
|
/sync/
|
|
/temp/
|
|
# Customization is not supposed to be committed
|
|
customization.lua
|
|
# The COMMIT info is generated everytime CMake is run
|
|
COMMIT.md
|