diff options
author | yp05327 <576951401@qq.com> | 2023-06-08 16:36:53 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-08 09:36:53 +0200 |
commit | e4f9eb7e12a1008c1dcfa1283fc19f36ba21741b (patch) | |
tree | a55c3b702144b84a5a52cdd67353c0b48b63f4dd /.gitignore | |
parent | 206d3fbae91fcb4dacac0487ec07c1010219be35 (diff) | |
download | gitea-e4f9eb7e12a1008c1dcfa1283fc19f36ba21741b.tar.gz gitea-e4f9eb7e12a1008c1dcfa1283fc19f36ba21741b.zip |
Fix incorrect git ignore rule and add missing license files (#25135)
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: Giteabot <teabot@gitea.io>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index c53caa9806..804fe87c04 100644 --- a/.gitignore +++ b/.gitignore @@ -16,10 +16,6 @@ _test .vscode __debug_bin -# Architecture specific extensions/prefixes -*.[568vq] -[568vq].out - *.cgo1.go *.cgo2.c _cgo_defun.c |