From f09c9d9c1d561e5f4e43d8a8f409b0493e8b1a71 Mon Sep 17 00:00:00 2001 From: Roel Adriaans Date: Fri, 29 Apr 2016 16:16:48 +0200 Subject: [PATCH] [IMP] Update .gitignore Updated .gitignore from https://github.com/OCA/maintainer-tools/pull/173 so that the static/lib directory is excluded --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index 890ff010..4c790663 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Project specific +oca.cfg + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] @@ -21,6 +24,7 @@ var/ *.egg-info/ .installed.cfg *.egg +*.eggs # Installer logs pip-log.txt @@ -36,10 +40,14 @@ coverage.xml # Translations *.mo +*.pot # Pycharm .idea +# Django stuff: +*.log + # Mr Developer .mr.developer.cfg .project @@ -54,3 +62,6 @@ docs/_build/ # Backup files *~ *.swp + +# OCA rules +!static/lib/