diff options
author | 2022-10-06 13:58:23 -0700 | |
---|---|---|
committer | 2022-11-09 06:30:04 +0000 | |
commit | c8b96048950c5e4711d924c51e64460f3d01424f (patch) | |
tree | 9b6fda494d7afd2b0817c348aaca36a02732f313 /.gitignore | |
parent | 2324ad0d06949e1c257f8fe33aaef3c67831ec4d (diff) |
Add profraw to git ignore files
Bug: 190219048
Test: vim
Tag: #refactor
Change-Id: I85c4956101fd8e5be3dd37fa76af3e1afe2a1423
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 5689e6a067..46c8b84387 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ cscope.files *.sw? compile_commands.json .cache/ -.vscode/
\ No newline at end of file +.vscode/ +*.profraw |