dotfiles

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

ignore (234B) [raw]


      1 # My Global .gitignore
      2 # Set with:
      3 #     git config --global core.excludesfile 'path/to/.gitignore'
      4 #
      5 # For the junk that I create that nobody else needs or wants
      6 
      7 # ctags files
      8 tags
      9 TAGS
     10 
     11 # Backup files
     12 *.swp
     13 *~
     14 
     15 # OS Junk
     16 .DS_Store