index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
conf
/
gitignore
/
Go
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Unknwon <u@gogs.io>
2015-08-28 16:44:04 +0800
committer
Unknwon <u@gogs.io>
2015-08-28 16:44:04 +0800
commit
46bee50e45ef8f3e9f3727649fa24d50bb2fc782
(
patch
)
tree
3b55f109f957c54890972d533af435d3a3ed8e96
/
conf/gitignore/Go
parent
4cfa2ca40d4f211a124ab9973dfc814190b758b9
(
diff
)
complate list of gitignores and licenses
Diffstat
(limited to 'conf/gitignore/Go')
-rw-r--r--
conf/gitignore/Go
24
1 files changed, 24 insertions, 0 deletions
diff --git a/conf/gitignore/Go b/conf/gitignore/Go
new file mode 100644
index 00000000..daf913b1
--- /dev/null
+++ b/
conf/gitignore/Go
@@ -0,0 +1,24 @@
+# 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
+*.test
+*.prof