mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
Add clangd and clang-tidy configs
Add build directories with any suffix to gitignore
This commit is contained in:
parent
994d62c080
commit
cc0e81e88f
1
.clang-tidy
Normal file
1
.clang-tidy
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Checks: 'modernize-*,performance-*,portability-*,-modernize-avoid-c-arrays,-modernize-use-trailing-return-type'
|
||||||
2
.clangd
Normal file
2
.clangd
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
CompileFlags:
|
||||||
|
Add: [-Wall, -Wextra, -Wno-missing-designated-field-initializers]
|
||||||
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -56,6 +56,5 @@ compile_commands.json
|
||||||
# macOS
|
# macOS
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
|
|
||||||
build/
|
build*/
|
||||||
|
|
||||||
.cache/
|
.cache/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue