Initial commit
This commit is contained in:
commit
37d707f28c
2
.clangd
Normal file
2
.clangd
Normal file
@ -0,0 +1,2 @@
|
||||
CompileFlags:
|
||||
Add: ["-I/usr/include/efi", "-I/usr/include/efi/x86_64", "-DHELOS"]
|
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
# Binaries for programs and plugins
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# Compiled result
|
||||
Main.efi
|
||||
*.o
|
||||
|
||||
# Test files compiled result
|
||||
a.out
|
||||
|
||||
# macOS trash
|
||||
.DS_Store
|
||||
# vscode trash
|
||||
.vscode
|
||||
# Dolphin trash
|
||||
.directory
|
||||
|
Loading…
Reference in New Issue
Block a user