This website works better with JavaScript
Inicio
Explorar
Registro
Iniciar sesión
SongZihuan
/
GitIgnore
espejo de
https://github.com/github/gitignore.git
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Add *~ to ignore vim temp file.
zhaojunmeng
hace 12 años
padre
747efedec0
commit
3c54c0d7aa
Se han
modificado 1 ficheros
con
2 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
2
1
Global/vim.gitignore
+ 2
- 1
Global/vim.gitignore
Ver fichero
@@ -1,4 +1,5 @@
.*.sw[a-z]
*.un~
Session.vim
-.netrwhist
+.netrwhist
+*~