diff options
author | David Runge <dave@sleepmap.de> | 2015-09-11 12:17:21 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2015-09-11 12:17:21 +0200 |
commit | 6ef97fe29201c6defab4da608c7a43ad3f01f565 (patch) | |
tree | 03f3852e666fbb1b996f1860239745eb9d269b45 | |
parent | f427e6e4cf5fe0940a005c5b9c3b3ed141b96e86 (diff) | |
download | dotfiles-6ef97fe29201c6defab4da608c7a43ad3f01f565.tar.gz dotfiles-6ef97fe29201c6defab4da608c7a43ad3f01f565.tar.bz2 dotfiles-6ef97fe29201c6defab4da608c7a43ad3f01f565.tar.xz dotfiles-6ef97fe29201c6defab4da608c7a43ad3f01f565.zip |
.gitignore: Removing Dropbox folder (not using it anymore), adding Mail folder, adding .mutt/mailboxes as offlineimap will regenerate it anyways.
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -36,7 +36,7 @@ Session.vim Desktop/ Documents/ Downloads/ -Dropbox/ +Mail/ Music/ Pictures/ Videos/ @@ -270,6 +270,7 @@ svn/ .mpdscribble/ .mplayer/ .muttator/ +.mutt/mailboxes .mysql* .ncftp/ .neocomplcache/ |