Skip to content

Commit 48e61f4

Browse files
committed
move vim .swp to ide section of gitignore
1 parent 59a487a commit 48e61f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
doc/generated
22
examples/.ipynb_checkpoints
3-
*.swp
43
# Byte-compiled / optimized / DLL files
54
__pycache__/
65
*.py[cod]
@@ -73,6 +72,7 @@ target/
7372

7473
# IDE
7574
.idea
75+
*.swp
7676

7777
# Other
7878
*.pkl

0 commit comments

Comments
 (0)