Config File Collection
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 417B

1234567891011121314151617181920212223242526
  1. # zshrc.d
  2. .zshrc.d/*.zsh
  3. .bashrc.d/*.sh
  4. # ---> Linux
  5. *~
  6. # temporary files which can be created if a process still has a handle open of a deleted file
  7. .fuse_hidden*
  8. # KDE directory preferences
  9. .directory
  10. # Linux trash folder which might appear on any partition or disk
  11. .Trash-*
  12. # .nfs files are created when an open file is removed but is still being accessed
  13. .nfs*
  14. # ---> Backup
  15. *.bak
  16. *.gho
  17. *.ori
  18. *.orig
  19. *.tmp