Commit e4ba9e3c authored by Hana (Hyang-Ah) Kim's avatar Hana (Hyang-Ah) Kim Committed by Hyang-Ah Hana Kim

.gitignore: exclude /.idea/

Some IDEs (e.g. intellij IDE based ones) create the .idea folder
to store project specific settings. This is irrelevant to Go project
that does not assume any specific IDEs, but interferes with git.

Change-Id: I0c93d9a3f7edff095fbe0c7a53b06c92b391c970
Reviewed-on: https://go-review.googlesource.com/53770Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
parent 22cfe24a
......@@ -43,3 +43,6 @@ _testmain.go
/test/pass.out
/test/run.out
/test/times.out
# IntelliJ-based editors
/.idea/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment