diff options
author | Giteabot <teabot@gitea.io> | 2023-06-08 05:41:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-08 09:41:08 +0000 |
commit | adb5b9c0614ca300aa06a8a3fb79df4381751e56 (patch) | |
tree | de83e02b3d6f76e8cde860d21e3950bd633daa79 /.gitignore | |
parent | f0c967560a41864bcdb0a65fc10eff9773c5b835 (diff) | |
download | gitea-adb5b9c0614ca300aa06a8a3fb79df4381751e56.tar.gz gitea-adb5b9c0614ca300aa06a8a3fb79df4381751e56.zip |
Fix incorrect git ignore rule and add missing license files (#25135) (#25138)
Backport #25135 by @yp05327
Co-authored-by: yp05327 <576951401@qq.com>
Co-authored-by: silverwind <me@silverwind.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 |