.gitignore 210 B

1234567891011121314151617
  1. # ---> Vim
  2. [._]*.s[a-w][a-z]
  3. [._]s[a-w][a-z]
  4. *.un~
  5. Session.vim
  6. .netrwhist
  7. *~
  8. # ---> Linux
  9. *~
  10. # KDE directory preferences
  11. .directory
  12. # Linux trash folder which might appear on any partition or disk
  13. .Trash-*