We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3104c57 commit c54396bCopy full SHA for c54396b
Makefile
@@ -218,7 +218,7 @@ git-ignore:
218
) \
219
|| \
220
( \
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 \
+ 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 \
222
&& clear \
223
&& echo "--- Created '.gitignore' for git" \
224
&& cat .gitignore \
0 commit comments