Explorar el Código

[core] Ignore all the mo files except the ones from third parties in ext-py

Abraham Elmahrek hace 12 años
padre
commit
bc65a47549
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      .gitignore

+ 3 - 1
.gitignore

@@ -7,7 +7,9 @@
 *.pyo
 
 # Language compiled files
-*.mo
+apps/*/src/*/locale/*/LC_MESSAGES/*.mo
+desktop/core/src/desktop/locale/*/LC_MESSAGES/*.mo
+desktop/libs/*/src/*/locale/*/LC_MESSAGES/*.mo
 
 # vim tmp files
 .*.swp