mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-05 23:02:07 +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
|
||||
*.DS_Store
|
||||
|
||||
build/
|
||||
|
||||
build*/
|
||||
.cache/
|
||||
|
|
|
|||
Loading…
Reference in a new issue