diff options
author | Michalis Kargakis <michalisk@users.noreply.github.com> | 2014-06-06 16:53:21 +0300 |
---|---|---|
committer | Michalis Kargakis <michalisk@users.noreply.github.com> | 2014-06-06 16:53:21 +0300 |
commit | 8a28b1c4c67272aa4efc6f5e5eb77c205449427d (patch) | |
tree | f1f0b6963f515a47de16973eb563e8167d5eaa07 /Go.gitignore | |
parent | 88a7dc820eb3f160b9765450eabfea8893debe1b (diff) | |
download | gitignore-8a28b1c4c67272aa4efc6f5e5eb77c205449427d.tar.gz gitignore-8a28b1c4c67272aa4efc6f5e5eb77c205449427d.zip |
Ignore profile files
Diffstat (limited to 'Go.gitignore')
-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 |