dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

.gitignore (244B) [raw]


      1 # Ignore files generated by editing
      2 # Stuff like swp/ and undo/ really shouldn't be tracked
      3 swp/
      4 spell/
      5 undo/
      6 
      7 # Ignore plugin artifacts
      8 .netrwhist
      9 
     10 # Ignore plugins
     11 pack/
     12 
     13 # Ignore tags
     14 tags
     15 
     16 # Optional per-computer configuration
     17 .vimrc.local