Project Setup
This commit is contained in:
16
.gitignore
vendored
16
.gitignore
vendored
@@ -1,4 +1,13 @@
|
||||
#
|
||||
# Project
|
||||
#
|
||||
|
||||
.build/
|
||||
|
||||
#
|
||||
# ---> C
|
||||
#
|
||||
|
||||
# Prerequisites
|
||||
*.d
|
||||
|
||||
@@ -52,7 +61,10 @@ Module.symvers
|
||||
Mkfile.old
|
||||
dkms.conf
|
||||
|
||||
#
|
||||
# ---> C++
|
||||
#
|
||||
|
||||
# Prerequisites
|
||||
*.d
|
||||
|
||||
@@ -86,7 +98,10 @@ dkms.conf
|
||||
*.out
|
||||
*.app
|
||||
|
||||
#
|
||||
# ---> CMake
|
||||
#
|
||||
|
||||
CMakeLists.txt.user
|
||||
CMakeCache.txt
|
||||
CMakeFiles
|
||||
@@ -99,4 +114,3 @@ compile_commands.json
|
||||
CTestTestfile.cmake
|
||||
_deps
|
||||
CMakeUserPresets.json
|
||||
|
||||
|
||||
Reference in New Issue
Block a user