mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-03 17:30:04 -05:00
6d821d4f91
* Add the ability to automatically generate code to extract values out of a Dictionary (see https://github.com/openspace/codegen for more information on how to use this) * Applied this technique to a large number of cases in the codebase * Don't add _codegen files to the repository Co-authored-by: Emma Broman <emma.broman@liu.se>
42 lines
572 B
Plaintext
42 lines
572 B
Plaintext
# Build and editor thing
|
|
/build/
|
|
/build-ninja/
|
|
/build-xcode/
|
|
/build-make/
|
|
*~
|
|
*.dir
|
|
*.idea/
|
|
.build-vs/
|
|
.cproject
|
|
.project
|
|
.vs/
|
|
.vscode
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
CMakeLists.txt.user
|
|
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
|
|
*_codegen.cpp
|