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 402B

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