From bdbf7697ba23cd891d947dc9bb9110348ba457de Mon Sep 17 00:00:00 2001 From: "Adrien Peiffer (ACSONE)" Date: Tue, 15 Dec 2015 14:26:36 +0100 Subject: [PATCH] [CHG] Update gitignore according with https://github.com/OCA/maintainer-tools/blob/master/.gitignore --- .gitignore | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index c505b25c..070bc4bd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Project specific +oca.cfg + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] @@ -8,10 +11,10 @@ __pycache__/ # Distribution / packaging .Python env/ +bin/ build/ develop-eggs/ dist/ -downloads/ eggs/ lib/ lib64/ @@ -21,12 +24,7 @@ var/ *.egg-info/ .installed.cfg *.egg - -# PyInstaller -# Usually these files are written by a python script from a template -# before PyInstaller builds the exe, so as to inject date/other infos into it. -*.manifest -*.spec +*.eggs # Installer logs pip-log.txt @@ -42,12 +40,25 @@ coverage.xml # Translations *.mo +*.pot + +# Pycharm +.idea # Django stuff: *.log +# Mr Developer +.mr.developer.cfg +.project +.pydevproject + +# Rope +.ropeproject + # Sphinx documentation docs/_build/ -# PyBuilder -target/ +# Backup files +*~ +*.swp