diff options
author | Adam Roben <adam@roben.org> | 2013-11-04 07:18:46 -0800 |
---|---|---|
committer | Adam Roben <adam@roben.org> | 2013-11-04 07:18:46 -0800 |
commit | 517a44470344e0026d12adda9df59f37476ab8f6 (patch) | |
tree | ec5bfb72b380fe069f8a79a6873b6bca218465b7 | |
parent | 9f14e41dc64661e39c2112d5e3fd828790c051ca (diff) | |
parent | 4500b29b314df8f44f0ffa4a6c8adca920ae9adb (diff) | |
download | gitignore-517a44470344e0026d12adda9df59f37476ab8f6.tar.gz gitignore-517a44470344e0026d12adda9df59f37476ab8f6.zip |
Merge pull request #713 from titanous/patch-1
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 |