Fixing Logging. DevPlayground compiles and runs on Linux now.
This commit is contained in:
56
.gitignore
vendored
56
.gitignore
vendored
@@ -6,16 +6,60 @@ external/
|
||||
# Frequently edited tests
|
||||
Tests/TestProject/
|
||||
|
||||
# CMake Build Files
|
||||
CMakeLists.txt.user
|
||||
CMakeCache.txt
|
||||
CMakeFiles/
|
||||
CMakeScripts/
|
||||
Testing/
|
||||
Makefile
|
||||
cmake_install.cmake
|
||||
install_manifest.txt
|
||||
compile_commands.json
|
||||
CTestTestfile.cmake
|
||||
_deps/
|
||||
CMakeUserPresets.json
|
||||
build/
|
||||
|
||||
|
||||
# Exclude files
|
||||
|
||||
# C++
|
||||
# Prerequisites
|
||||
*.d
|
||||
|
||||
# Compiled Object files
|
||||
*.slo
|
||||
*.lo
|
||||
*.o
|
||||
*.obj
|
||||
|
||||
# Precompiled Headers
|
||||
*.gch
|
||||
*.pch
|
||||
|
||||
# Compiled Dynamic libraries
|
||||
*.so
|
||||
*.dylib
|
||||
*.dll
|
||||
|
||||
# Fortran module files
|
||||
*.mod
|
||||
*.smod
|
||||
|
||||
# Compiled Static libraries
|
||||
*.lai
|
||||
*.la
|
||||
*.a
|
||||
*.lib
|
||||
|
||||
# Executables
|
||||
*.exe
|
||||
*.out
|
||||
*.app
|
||||
|
||||
# Temporary excludes
|
||||
|
||||
Core/private/Math/
|
||||
|
||||
Matrix4.h
|
||||
IntVector4.h
|
||||
Vector4.h
|
||||
|
||||
############################################################################################
|
||||
|
||||
## Ignore Visual Studio temporary files, build results, and
|
||||
|
Reference in New Issue
Block a user