From: tierno Date: Wed, 28 Sep 2016 09:37:00 +0000 (+0000) Subject: added .gitignore example file that users can use at their local folders X-Git-Tag: v1.0.0~19 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=commitdiff_plain;h=4078073bf16a2c22c86855394a9511e57cedc50e;hp=b69fa9f026b1b5839799cc5dc48af625981cbc3a added .gitignore example file that users can use at their local folders Signed-off-by: tierno --- diff --git a/.gitignore-common b/.gitignore-common new file mode 100644 index 00000000..233cf38a --- /dev/null +++ b/.gitignore-common @@ -0,0 +1,35 @@ +# Created by .ignore support plugin (hsz.mobi) +#this is a template with common files to be igonored, after clone make a copy to .gitignore +#cp .gitignore-common .gitignore + +*.pyc + +#auto-ignore +.gitignore + +#logs of openmano +logs + +#pycham +.idea + +#eclpise +.project +.pydevproject +.settings + +#local stuff files that end in ".local" or folders called "local" +*.local +vnfs/*.local +test/*.local +scenarios/*.local +instance-scenarios/*.local +database_utils/*.local +scripts/*.local +local +vnfs/local +test/local +scenarios/local +instance-scenarios/local +database_utils/local +scripts/local