加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 817 Bytes
一键复制 编辑 原始数据 按行查看 历史
HNCS 提交于 2023-10-12 09:34 . qrc:painter.qrc
# Make
configure.ac
# CMake
CMakeFiles
CMakeLists.txt.user
CMakeCache.txt.prev
cmake_install.cmake
CMakeCache.txt
CMakeSettings.json
.cmake
.cache
Makefile
cmake-build-debug
#IDEA
.idea/*
build
tests/CMakeFiles
tests/Debug
*.opensdf
*.sdf
tests/*tests.dir
*.vcxproj
*.vcxproj.filters
*.sln
*.tlog
Testing/Temporary/*.*
*.depends
*.suo
.vs/
.vscode/
*.log
*.log.*
*.o
*.lo
*.la
*.lai
*.so
*.so.*
*.a
*.dll
moc_*.cpp
moc_*.h
*.dir/**
*_autogen.dir/**
3rdparty/webrtc
3rdparty/gloox
**/.cproject
**/.project
*_autogen
*.Po
*.Plo
*.deps/
.libs
*.out
*.qm
.idea/**
.ninja_log
.ninja_deps
build.ninja
build.ninja.*
#Conan
conan.lock
conaninfo.txt
conanbuildinfo.txt
conanbuildinfo.cmake
graph_info.json
conan_imports_manifest.txt
#Qt generated UI files
ui_*.h
*.qrc.in
qtcsettings.cmake
qrc_*.cpp
#config.h
config.h
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化