mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 11:39:49 -06:00
* Update CEF version * Update Ghoul * Update SGCT * Update codegen * Remove warnings happening on Ubuntu 22.04 with GCC 11 * AppleClang warning fixes * Compile fix for Ubuntu and MacOS * Add Qt 6.2.3 to the CMAKE_PREFIX_PATH
42 lines
608 B
Plaintext
42 lines
608 B
Plaintext
# Build and editor thing
|
|
/build*/
|
|
*~
|
|
*.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/
|
|
/user/
|
|
/sync/
|
|
/temp/
|
|
# 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
|