Explorar el Código

gitignore: VIM swapfiles and cache files

Unrud hace 7 años
padre
commit
fe1cfad4d3
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

@@ -1,5 +1,7 @@
 *~
+.*.swp
 *.pyc
+__pycache__
 
 /MANIFEST
 /build