diff options
author | Carl Suster <carl@contraflo.ws> | 2014-06-12 11:25:19 +1000 |
---|---|---|
committer | Carl Suster <carl@contraflo.ws> | 2014-06-12 11:25:19 +1000 |
commit | 76c09c6fd75ddd7addcfe49df515b3aab3c9e6ac (patch) | |
tree | f1f0b6963f515a47de16973eb563e8167d5eaa07 | |
parent | 88a7dc820eb3f160b9765450eabfea8893debe1b (diff) | |
parent | 8a28b1c4c67272aa4efc6f5e5eb77c205449427d (diff) | |
download | gitignore-76c09c6fd75ddd7addcfe49df515b3aab3c9e6ac.tar.gz gitignore-76c09c6fd75ddd7addcfe49df515b3aab3c9e6ac.zip |
Merge pull request #1101 from kargakis/patch-1
Ignore profile files
-rw-r--r-- | Go.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Go.gitignore b/Go.gitignore index 83656241..daf913b1 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -21,3 +21,4 @@ _testmain.go *.exe *.test +*.prof |