.gitignore 579 B

12345678910111213141516171819
  1. ###############################################################################
  2. # Author: SVAKSHA, Dates: 2006apr01-2016jan13
  3. ###############################################################################
  4. # Whitelist the folder && Recursively whitelist its contents
  5. # ----------------------------------------------------------
  6. !.vim/**
  7. # Ignore the following
  8. # ----------------------------------------------------------
  9. *.directory
  10. home/.directory
  11. *.log
  12. #====================================================
  13. # DVCS
  14. #====================================================
  15. *.git