加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# idea
*.class
java/target
*.idea
*.iml
*.DS_store
cmake-build-*/
*.pyc
*.swp
# ignore pb generate code
src/proto/*.cc
src/proto/*.h
# ignore some build directory
build
build_mac
thirdparty*/
thirdsrc
.vscode/
onebox/*.log
onebox/*binlogs*
onebox/*bin*
onebox/logs
test-output
reports
test-common/integrationtest/ns*
test-common/integrationtest/tablet*
test-common/integrationtest/logs*
test-common/integrationtest/env.conf
test-common/integrationtest/openmldb
test-common/integrationtest/xmlrunner*
# ignore make generate code
src/version.h
src/config.h
java/openmldb-native/src/main/resources
java/openmldb-native/src/main/java
java/openmldb-native/target/
java/openmldb-jdbc/target/
java/openmldb-nearline-tablet/src/main/java/com/_4paradigm/openmldb/proto
python/logs
python/sqlalchemy-test/*.xml
.vscode/settings.json
# ignore openmldb release dir & pkg
/openmldb-*
/cmake-*
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化