aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore24
1 files changed, 8 insertions, 16 deletions
diff --git a/.gitignore b/.gitignore
index c7dd4058..698e891b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,17 +1,9 @@
-.DS_Store
-*.[568ao]
-*.ao
-*.so
-*.pyc
-._*
-.nfs.*
-[568a].out
-*~
-*.orig
-core
-_obj
-_test
-_testmain.go
+/.cache/
+/.gocache/
+/bin/
+/vendor/
-# Conformance test output and transient files.
-conformance/failing_tests.txt
+# This file includes artifacts of the system test that should not be checked in.
+# For files created by specific development environment (e.g. editor),
+# use alternative ways to exclude files from git.
+# For example, set up .git/info/exclude or use a global .gitignore.