mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2025-12-31 16:30:07 -06:00
* Add fov input for fisheye projections in launcher * Updated gitignore to ignore more necessary files * Fixed typos * Replace `add_definitions` with `add_compile_options` in CMakeLists for /MP /bigobj, which are not preprocessor defs * Fixes in TuioEar: add `override`; replace erroneous `unique_lock` with `lock_guard`; minor refactor --------- Co-authored-by: Alexander Bock <alexander.bock@liu.se>
53 lines
735 B
Plaintext
53 lines
735 B
Plaintext
# Build and editor thing
|
|
/build*/
|
|
*~
|
|
*.dir
|
|
*.idea/
|
|
.build-vs/
|
|
.cache/
|
|
.cproject
|
|
.project
|
|
.vs/
|
|
.vscode
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
CMakeLists.txt.user
|
|
cmake-build-*
|
|
cmake_install.cmake
|
|
compile_commands.json
|
|
install_manifest.txt
|
|
Makefile
|
|
|
|
# OS specific things
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# OpenSpace-generated folders and files
|
|
/bin/
|
|
/cache/
|
|
/cache-*/
|
|
/cache_gdal/
|
|
/mrf_cache/
|
|
/documentation/
|
|
/logs/
|
|
/screenshots/
|
|
/recordings/
|
|
/user/
|
|
/sync/
|
|
/temp/
|
|
GPUCache/
|
|
|
|
# Customization is not supposed to be committed
|
|
customization.lua
|
|
|
|
# The COMMIT info is generated everytime CMake is run
|
|
COMMIT.md
|
|
*_codegen.cpp
|
|
|
|
# SkyBrowser Module downloaded data
|
|
/modules/skybrowser/wwtimagedata
|
|
doc
|
|
config/schema/sgct.schema.json
|
|
settings.json
|
|
openspace.cfg.override
|