this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add the suggested build folder and some artifacts of building the kernel module to .gitignores

+6
+2
.gitignore
··· 32 32 # Directories where too much temp stuff may lay around 33 33 tests 34 34 35 + # The suggested build folder 36 + build
+4
src/lkm/.gitignore
··· 1 + # Files/folders created when building the kernel 2 + .tmp_versions/ 3 + darling-mach.mod.c 4 + modules.order