diff options
author | Jonathan Rudenberg <jonathan@titanous.com> | 2013-07-19 11:44:46 -0400 |
---|---|---|
committer | Jonathan Rudenberg <jonathan@titanous.com> | 2013-07-19 11:44:46 -0400 |
commit | 4500b29b314df8f44f0ffa4a6c8adca920ae9adb (patch) | |
tree | 51e411f7f9f8344e1c80ee7cd835de5b783fcae8 | |
parent | b2c694d792c005c770c42deaa868e97184e31794 (diff) | |
download | gitignore-4500b29b314df8f44f0ffa4a6c8adca920ae9adb.tar.gz gitignore-4500b29b314df8f44f0ffa4a6c8adca920ae9adb.zip |
Ignore Go test files
-rw-r--r-- | Go.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Go.gitignore b/Go.gitignore index 00268614..83656241 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -20,3 +20,4 @@ _cgo_export.* _testmain.go *.exe +*.test |