Skip to content

Commit b60063a

Browse files
DELETE build and update .gitignore
1 parent c6cee8e commit b60063a

File tree

96 files changed

+36
-14918
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+36
-14918
lines changed

.gitignore

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,39 @@ modules.order
5050
Module.symvers
5151
Mkfile.old
5252
dkms.conf
53+
### CMake template
54+
CMakeLists.txt.user
55+
CMakeCache.txt
56+
CMakeFiles
57+
CMakeScripts
58+
Testing
59+
Makefile
60+
cmake_install.cmake
61+
install_manifest.txt
62+
compile_commands.json
63+
CTestTestfile.cmake
64+
_deps
65+
CMakeUserPresets.json
66+
67+
### Conan template
68+
# Conan build information
69+
conan.lock
70+
conanbuildinfo.*
71+
conaninfo.txt
72+
graph_info.json
73+
74+
## Various built-in generators
75+
# cmake_find_package generator https://docs.conan.io/en/latest/reference/generators/cmake_find_package.html
76+
Find*.cmake
77+
78+
# cmake_paths generator https://docs.conan.io/en/1.4/integrations/cmake/cmake_paths_generator.html
79+
conan_paths.*
80+
81+
# Environment activation scripts produced by https://docs.conan.io/en/latest/mastering/virtualenv.html#virtualenv-generator
82+
activate_run.ps1
83+
activate_run.sh
84+
deactivate_run.ps1
85+
deactivate_run.sh
86+
environment_run.ps1.env
87+
environment_run.sh.env
88+

0 commit comments

Comments
 (0)