nickva commented on code in PR #4814:
URL: https://github.com/apache/couchdb/pull/4814#discussion_r1385708436
##########
src/fast_pbkdf2/.gitignore:
##########
@@ -0,0 +1,30 @@
+.rebar3
Review Comment:
Noticed from rebar compiler, it leaves the
`src/fast_pbkdf2/compile_commands.json` behind as well. Can probably add it to
.gitignore. Either this one or the top level one.
```
% git status
Untracked files:
(use "git add <file>..." to include in what will be committed)
src/fast_pbkdf2/compile_commands.json
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]