update ignore
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@@ -1,6 +1,9 @@
|
||||
# ---> Linux
|
||||
*~
|
||||
|
||||
# STRUDEL
|
||||
strudel/
|
||||
|
||||
# temporary files which can be created if a process still has a handle open of a deleted file
|
||||
.fuse_hidden*
|
||||
|
||||
@@ -13,3 +16,13 @@
|
||||
# .nfs files are created when an open file is removed but is still being accessed
|
||||
.nfs*
|
||||
|
||||
# Logs and temp files
|
||||
*.log
|
||||
*.tmp
|
||||
*.temp
|
||||
|
||||
# Editor and IDE files
|
||||
*.vscode/
|
||||
.idea/
|
||||
*~
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user