Explorar el Código

.gitignore: ignore older versions of project-config.jam too

Sage Weil hace 9 años
padre
commit
bafa65d99e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

@@ -6,7 +6,7 @@
 /bootstrap.log
 /boost
 /dist
-/project-config.jam
+/project-config.jam*
 /stage
 /user-config.jam
 /.settings/

粤ICP备19079148号