Files
OpenSpace/.gitignore
Alexander Bock f49202c36c Update the gitignore file
Update SGCT
2019-03-06 13:07:59 +01:00

37 lines
508 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_gdal/
/documentation/
/logs/
/screenshots/
/sync/
# Customization is not supposed to be committed
customization.lua
# The COMMIT info is generated everytime CMake is run
COMMIT.md