diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2014-03-25 17:14:28 +0800 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2014-03-25 17:14:28 +0800 |
commit | 5bfad6867d1bfd94880a42356651a680920f598a (patch) | |
tree | e6b88aa1089b35c8d002149551a93f665764db4b /.gitignore | |
parent | d24a4a142e5de9b2d9701ae93892234122e8b89b (diff) | |
parent | 1d30f545d65fe2d7fe6e0a88fbb693ca68e9417e (diff) | |
download | gitea-5bfad6867d1bfd94880a42356651a680920f598a.tar.gz gitea-5bfad6867d1bfd94880a42356651a680920f598a.zip |
Merge branch 'master' of try.gogits.org:lunny/gogs
Conflicts:
.gitignore
LICENSE
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 425f227c1a..0544836208 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,27 @@ data/ .vendor/ .idea/ *.iml -public/img/avatar/
\ No newline at end of file +public/img/avatar/ + +# 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 |