X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=.gitignore-common;fp=.gitignore-common;h=233cf38a768ee6ef323860b8a66f79bdf0257005;hb=4078073bf16a2c22c86855394a9511e57cedc50e;hp=0000000000000000000000000000000000000000;hpb=b69fa9f026b1b5839799cc5dc48af625981cbc3a;p=osm%2FRO.git 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