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.

Linux.gitignore 316B

12345678910111213
  1. *~
  2. # temporary files which can be created if a process still has a handle open of a deleted file
  3. .fuse_hidden*
  4. # KDE directory preferences
  5. .directory
  6. # Linux trash folder which might appear on any partition or disk
  7. .Trash-*
  8. # .nfs files are created when an open file is removed but is still being accessed
  9. .nfs*