.gitignore 336 B

12345678910111213
  1. # See http://help.github.com/ignore-files/ for more about ignoring files.
  2. #
  3. # If you find yourself ignoring temporary files generated by your text editor
  4. # or operating system, you probably want to add a global ignore instead:
  5. # git config --global core.excludesfile ~/.gitignore_global
  6. /tmp
  7. */**/*un~
  8. *un~
  9. .DS_Store
  10. */**/.DS_Store