[IMP] sale_stock: better inherit
[odoo/odoo.git] / .gitignore
index 6148a29..2f01ce2 100644 (file)
@@ -3,6 +3,7 @@ _build/
 
 # dotfiles
 .*
+!.gitignore
 # compiled python files
 *.py[co]
 # setup.py egg_info
@@ -12,6 +13,10 @@ _build/
 # hg stuff
 *.orig
 status
+# odoo filestore
+openerp/filestore
+# maintenance migration scripts
+openerp/addons/base/maintenance
 
 # generated for windows installer?
 install/win32/*.bat
@@ -25,4 +30,4 @@ install/win32/meta.py
 /lib/
 /man/
 /share/
-/src/
+/src/
\ No newline at end of file