Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.gitignore 748 Bytes
Copy Edit Raw Blame History
Jorge Pereira authored 2020-10-06 23:40 . Ignore fuzzer crash files
*~
*.o
*.a
*.lo
*.loT
*.la
*.so
*.lai
*.sig
*.orig
*.rej
.libs
.depends
*.log
*.substvars
*-stamp
*.swp
*.swo
*.cache
*.dist
*.dylib
*.rej
*.orig
*.dSYM
*.patch
*.sock
.pc
# Editor projects
*.kdev4
*.cproject
*.project
*.bbprojectd
# Exuberant ctags
tags
# Local icon files
icon.png
# OS specific cruft
.DS_Store
# Archives
freeradius-server-*tar*
# Autoconf and libtool output
build/*
config.status
*confdefs.h
*conftest*
*confcache
Make.inc
libtool
autom4te.cache
config.guess
config.sub
config.h
src/bin/unit_test_attribute
src/modules/lib/
warnings.txt
# Redis setup script output
nodes*.conf
dump*.rdb
appendonly*.aof
# Analyzer output
*.plist
# Local scripts
run.sh
# rpm packages
rpmbuild/
/install
# fuzzer output files
crash-*
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化