You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by GitBox <gi...@apache.org> on 2022/06/23 12:17:27 UTC

[GitHub] [incubator-kvrocks] PragmaTwice commented on a diff in pull request #653: fix: fix the warning.

PragmaTwice commented on code in PR #653:
URL: https://github.com/apache/incubator-kvrocks/pull/653#discussion_r904946826


##########
.gitignore:
##########
@@ -31,17 +31,23 @@
 *.out
 *.app
 
-.idea/
-cmake-build-debug
 *.o
 *.pyc
 *.swp
 *.swo
 .DS_Store
-kvrocks
 version.h
-Makefile.dep
-make_config.mk
+
+.idea/
 .vscode
+.cache
+
+kvrocks
 kvrocks2redis
+compactdb
+testsdb
+
 build
+cmake-build-debug

Review Comment:
   ```suggestion
   cmake-build-*
   ```



-- 
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: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org