diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-03-02 09:27:27 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-03-02 09:27:44 -0500 |
commit | 3836d240c9aa26615e7d768a57436d171edc3831 (patch) | |
tree | 3b83517117f5cb81ef73bbb85bcc745496274965 /.gitignore | |
parent | cea98463c9fa551c81407edefe48a4fb2763ced0 (diff) | |
download | aerc-3836d240c9aa26615e7d768a57436d171edc3831.tar.gz |
Switch to vgo
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 144e4e5..cc49a55 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ .go -/aerc +/aerc2 log |