Skip to content

Commit fadb506

Browse files
authored
add .swp files to gitignore
created by vim and nano text editors
1 parent 76be475 commit fadb506

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/FileSystem/DefaultGitignore.fs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ $RECYCLE.BIN/
4949
# Windows shortcuts
5050
*.lnk
5151
# ----- linux rules -----
52+
*.swp
5253
# taken from https://github.com/github/gitignore/blob/main/Global/Linux.gitignore
5354
*~
5455
# temporary files which can be created if a process still has a handle open of a deleted file
@@ -59,4 +60,4 @@ $RECYCLE.BIN/
5960
.Trash-*
6061
# .nfs files are created when an open file is removed but is still being accessed
6162
.nfs*
62-
"""
63+
"""

0 commit comments

Comments
 (0)