Skip to content

Commit 715c6fc

Browse files
authored
Update .gitignore to include .clangd (#384)
# Purpose A simple PR that updates the .gitignore file to include .clangd files so that developers using clangd as their LSP can write config files that will not affect the main repo # New Changes - Updates .gitignore by adding .clangd files to the list # Testing N/A # Outstanding Changes N/A
1 parent 3776e44 commit 715c6fc

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

.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)