Initial commit

This commit is contained in:
2018-09-18 19:54:03 +02:00
committed by Gogs
commit 9d8cc24939
2 changed files with 40 additions and 0 deletions

38
.gitignore vendored Normal file
View File

@@ -0,0 +1,38 @@
# ---> C++
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# ---> CMake
CMakeCache.txt
CMakeFiles
CMakeScripts
Makefile
cmake_install.cmake
install_manifest.txt

2
README.md Normal file
View File

@@ -0,0 +1,2 @@
# Linux-VR-Compositor-Dev