1 Star 0 Fork 0

guoxiandong/yara

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 964 Bytes
一键复制 编辑 原始数据 按行查看 历史
Andras Gemes 提交于 2023-11-28 00:22 . Add test-magic to .gitignore (#1986)
# Generic auto-generated build files
*~
*.a
*.gcda
*.gcno
*.gcov
*.la
*.lai
*.lo
*.Plo
*.Po
*.o
*.so
*.so.[0-9][0-9]*
*.so.[0-9][0-9]*.[0-9][0-9]*.[0-9][0-9]*
*.Tpo
*.m4
*.dSYM
.deps
.libs
INSTALL
Makefile
Makefile.in
stamp-h1
# Specific auto-generated build files
/ABOUT-NLS
/aclocal.m4
/ar-lib
/autom4te.cache/
/build-aux
/compile
/config.guess
/config.h
/config.h.in
/config.log
/config.rpath
/config.status
/config.sub
/configure
/depcomp
/install-sh
/libtool
/ltmain.sh
/missing
/test-driver
/ylwrap
/m4
!/m4/acx_pthread.m4
# Project specific files
/yara
/yarac
/libyara/modules/.dirstamp
libyara/proc/.dirstamp
/yara.pc
/tests/.dirstamp
# Linux and Mac files
*.swp
.DS_Store
# Files generated by tests
test-*[^.c]
test-async
test-magic
test-rules.yarc
# Bazel
bazel-*
# Visual Studio files
Release/
Debug/
windows/*/.vs
x64/
*.obj
*.suo
*.sdf
*.opendb
*.opensdf
*.VC.db
# NuGet
windows/*/packages/
*.trs
*.log
.dirstamp
.idea/
.vscode/
tests/mapper
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/guoxiandong/yara.git
git@gitee.com:guoxiandong/yara.git
guoxiandong
yara
yara
master

搜索帮助