]> Cypherpunks.ru repositories - gostls13.git/commitdiff
.gitignore: include only Go project artifiacts
authorHana Kim <hakim@google.com>
Tue, 15 Aug 2017 19:22:28 +0000 (15:22 -0400)
committerHyang-Ah Hana Kim <hyangah@gmail.com>
Tue, 15 Aug 2017 21:37:05 +0000 (21:37 +0000)
This effectively reverts

https://golang.org/cl/53770

and adds a guide on what not to add in this file.

Update #21458

Change-Id: I7c740d492b70628b5d9f9e1622014995a3f6f8ec
Reviewed-on: https://go-review.googlesource.com/55871
Reviewed-by: Ian Lance Taylor <iant@golang.org>
.gitignore

index c56cad7f2decb8c9ded279dcd4652857606715ff..a2c389f03351b5f34112c3e79895eaee698b643b 100644 (file)
@@ -44,5 +44,7 @@ _testmain.go
 /test/run.out
 /test/times.out
 
-# IntelliJ-based editors
-/.idea/
+# This file includes artifacts of Go build 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.