diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-10-24 18:43:17 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-10-24 18:43:17 -0400 |
commit | f1d87462642aa0ab4ce61e8a285e3a288b4dc119 (patch) | |
tree | ebebe7ec77b9f4f8b0a38fa3b92cd49662244cca /.gitignore | |
parent | baae94b9cfe716eb85a56ea0bf3528af29413c6e (diff) | |
download | gitea-f1d87462642aa0ab4ce61e8a285e3a288b4dc119.tar.gz gitea-f1d87462642aa0ab4ce61e8a285e3a288b4dc119.zip |
Fix fork repo and macaron API broken
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore index 3f7608d7ec..b21581331e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,28 +8,19 @@ data/ *.iml public/img/avatar/ files/ - -# Compiled Object files, Static and Dynamic libs (Shared Objects) *.o *.a *.so - -# Folders _obj _test - -# Architecture specific extensions/prefixes *.[568vq] [568vq].out - *.cgo1.go *.cgo2.c _cgo_defun.c _cgo_gotypes.go _cgo_export.* - _testmain.go - *.exe *.exe~ /gogs @@ -42,3 +33,5 @@ config.codekit docker/fig.yml docker/docker/Dockerfile docker/docker/init_gogs.sh +gogs.sublime-project +gogs.sublime-workspace
\ No newline at end of file |