Browse Source

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

Abraham Elmahrek 12 năm trước cách đây
mục cha
commit
bc65a47
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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