Skip to content

Commit 32fa1a8

Browse files
Merge #7207: chore: add more devtools to .gitignore: .claude, perf.data
ff848aa feat: add .clangd to .gitignore (Konstantin Akimov) 8bd3869 chore: add more devtools to .gitignore: .claude, perf.data (Konstantin Akimov) Pull request description: ## Issue being fixed or feature implemented These files always bounces around, and they are always created by unwanted paths. Let's hide them: Untracked files: (use "git add <file>..." to include in what will be committed) .claude/ perf.data perf.data.old ## How Has This Been Tested? `git status` produce less noise ## Breaking Changes N/A ## Checklist: - [x] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added or updated relevant unit/integration/functional/e2e tests - [ ] I have made corresponding changes to the documentation - [x] I have assigned this pull request to a milestone ACKs for top commit: UdjinM6: utACK ff848aa kwvg: ACK ff848aa Tree-SHA512: 8b3afc347d4612a373a6a4a253a6024826a84c8c71dd2a1bde980cb079954eb96f788a9ae27d7274a02de9cee35a62610c5ce504d2f48d510ed929e93ad70599
2 parents 026179e + ff848aa commit 32fa1a8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,5 +173,10 @@ test/lint/.cppcheck/*
173173
.cache/*
174174

175175
# Editor and tooling
176+
.clangd/
177+
.claude/
176178
.vscode/
177179
compile_commands.json
180+
# Linux perf profiling artifacts
181+
perf.data
182+
perf.data.old

0 commit comments

Comments
 (0)