mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-03 23:15:52 +00:00
13 lines
252 B
Plaintext
13 lines
252 B
Plaintext
|
# Ignore all bazel-* symlinks.
|
||
|
/bazel-*
|
||
|
# Ignore Bazel verbose explanations
|
||
|
--verbose_explanations
|
||
|
# Ignore CMake usual build directory
|
||
|
build
|
||
|
# Ignore Vim files
|
||
|
*.swp
|
||
|
# Ignore QtCreator Project file
|
||
|
CMakeLists.txt.user
|
||
|
# Ignore VS Code files
|
||
|
.vscode/*
|