aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAlexander Kiryukhin <alexander@kiryukhin.su>2019-03-29 01:55:21 +0300
committerAlexander Kiryukhin <alexander@kiryukhin.su>2019-03-29 01:55:21 +0300
commit75679a0cbb631db348cb5a3bbe4a4f8aa5447f60 (patch)
tree714e1b09b0130cdbe893355cf2a382a5b9ec4330 /.gitignore
parenta5f90182f76a279952f6cfd3dd7beab7391aaf56 (diff)
Первый рабочий релиз
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore33
1 files changed, 22 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore
index 3953589..11b90db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,15 +1,26 @@
-# Binaries for programs and plugins
-*.exe
-*.exe~
-*.dll
+# Compiled Object files, Static and Dynamic libs (Shared Objects)
+*.o
+*.a
*.so
-*.dylib
-# Test binary, build with `go test -c`
-*.test
+# Folders
+_obj
+_test
+
+# Architecture specific extensions/prefixes
+*.[568vq]
+[568vq].out
+
+*.cgo1.go
+*.cgo2.c
+_cgo_defun.c
+_cgo_gotypes.go
+_cgo_export.*
-# Output of the go coverage tool, specifically when used with LiteIDE
-*.out
+_testmain.go
+
+*.exe
+*.test
+*.prof
-# IDEA
-.idea \ No newline at end of file
+.idea