.gitignore 209 B

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