mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-03-14 10:01:52 +00:00
chore: Add clion/intellij paths to gitignore Signed-off-by: Abhijat Malviya <abhijat@dragonflydb.io>
23 lines
257 B
Plaintext
23 lines
257 B
Plaintext
build/*
|
|
build-*
|
|
clang/*
|
|
clang-*
|
|
.vscode/*.db
|
|
.vscode/settings.json
|
|
.vscode/launch.json
|
|
third_party
|
|
genfiles/*
|
|
*.sublime-*
|
|
*.orig
|
|
.tags
|
|
!third_party/include/*
|
|
*.pyc
|
|
/CMakeLists.txt.user
|
|
_deps
|
|
releases
|
|
.DS_Store
|
|
.idea/*
|
|
.hypothesis
|
|
.secrets
|
|
cmake-build-debug
|