diff options
author | Unknwon <u@gogs.io> | 2016-03-06 16:40:04 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-03-06 16:40:04 -0500 |
commit | 58f0c68151d40009800eca138d52c29cac0410e8 (patch) | |
tree | 919d0ede05761f194749d2b953f890aa947d4715 /.gitignore | |
parent | 12b5a76b0d528a6b4159894204163ce16f4c247a (diff) | |
download | gitea-58f0c68151d40009800eca138d52c29cac0410e8.tar.gz gitea-58f0c68151d40009800eca138d52c29cac0410e8.zip |
Some minor changes
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/.gitignore b/.gitignore index 9d6db3d68f..f7fd3ace29 100644 --- a/.gitignore +++ b/.gitignore @@ -8,31 +8,12 @@ data/ .idea/ *.iml public/img/avatar/ -files/ -*.o -*.a -*.so -_obj -_test -[568vq].out -*.cgo1.go -*.cgo2.c -_cgo_defun.c -_cgo_gotypes.go -_cgo_export.* -_testmain.go *.exe *.exe~ /gogs profile/ -__pycache__ *.pem output* -.brackets.json -docker/fig.yml -docker/docker/Dockerfile -docker/docker/init_gogs.sh gogs.sublime-project gogs.sublime-workspace -.tags* -release +/release |