Skip to content

Commit c54396b

Browse files
committed
Added .swp Vim edit files to 'make git-ignore'
1 parent 3104c57 commit c54396b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ git-ignore:
218218
) \
219219
|| \
220220
( \
221-
echo -e ".DS_Store\n*~\n*#\n*.o\n*.so\n*.dylib\n*.dSYM\n*.dll\n*.rlib\n*.dummy\n*.exe\n*-test\n/bin/\n/doc/\n/target/\n/build/\n/.rust/\nrusti.sh\n" > .gitignore \
221+
echo -e ".DS_Store\n*~\n*#\n*.o\n*.so\n*.swp\n*.dylib\n*.dSYM\n*.dll\n*.rlib\n*.dummy\n*.exe\n*-test\n/bin/\n/doc/\n/target/\n/build/\n/.rust/\nrusti.sh\n" > .gitignore \
222222
&& clear \
223223
&& echo "--- Created '.gitignore' for git" \
224224
&& cat .gitignore \

0 commit comments

Comments
 (0)