ddns-go/.gitignore
明城 a4bcbc80b9 增加 Makefile 优化编译脚本,并添加相应的说明 (#19)
* 增加 Makefile 优化编译脚本,并添加相应的说明

* 清除不需要的文件

* 将 binddata 加入编译脚本中

* 将第三方文件纳入本地

* update documents and some tiny modify

*  增加 配置文件,统一格式

* use bootstrap.min.css

* fix: indent

Co-authored-by: 明城 <mingcheng@users.noreply.github.com>
Co-authored-by: jeessy2 <454207171@qq.com>
2020-12-25 10:50:01 +08:00

34 lines
326 B
Plaintext

# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
/ddns-go
__*
# Folders
_obj
_test
.vagrant
releases
tmp
/.idea/
vendor/
/dist
# Architecture specific extensions/prefixes
trace.out
*.out
.DS_Store
_testmain.go
*.exe
*.test
*.prof
profile.cov
coverage.html
/go.sum
# Emacs backup files
*~
.*~