Skip to content

Commit 6f1cb39

Browse files
committed
Update .gitignore to include a .clangd file
1 parent 3776e44 commit 6f1cb39

File tree

3 files changed

+35
-12
lines changed

3 files changed

+35
-12
lines changed

.clangd

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
If:
2+
PathMatch: obc/.*
3+
4+
CompileFlags:
5+
CompilationDatabase: build_arm
6+
Remove: -fdump-ipa-cgraph
7+
8+
---
9+
10+
If:
11+
PathMatch: test/.*
12+
13+
CompileFlags:
14+
CompilationDatabase: build
15+
16+
---
17+
18+
If:
19+
PathMatch: gs/.*
20+
21+
CompileFlags:
22+
CompilationDatabase: build_gs

.github/pull_request_template.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Purpose
2-
Explain the purpose of the PR here, including references to any existing Notion tasks.
3-
4-
# New Changes
5-
- Explain new changes
6-
7-
# Testing
8-
- Explain tests that you ran to verify code functionality.
9-
- Any functions that can be unit-tested should include a unit test in the PR. Otherwise, explain why it cannot be unit-tested.
10-
11-
# Outstanding Changes
12-
- If there are non-critical changes (i.e. additional features) that can be made to this feature in the future, indicate them here.
1+
# Purpose
2+
Explain the purpose of the PR here, including references to any existing Notion tasks.
3+
4+
# New Changes
5+
- Explain new changes
6+
7+
# Testing
8+
- Explain tests that you ran to verify code functionality.
9+
- Any functions that can be unit-tested should include a unit test in the PR. Otherwise, explain why it cannot be unit-tested.
10+
11+
# Outstanding Changes
12+
- If there are non-critical changes (i.e. additional features) that can be made to this feature in the future, indicate them here.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ dkms.conf
5555
.vscode/
5656
.idea/
5757
compile_commands.json
58+
*.clangd
5859
.cache/
5960
*.suo
6061
*.ntvs*

0 commit comments

Comments
 (0)