X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=.gitignore-common;fp=.gitignore-common;h=f0f10bdb0f5fd898bad74d5449444d0b78a9c31a;hb=c0e42e20731ff8eb24b4856b9ddb8fd5342e07f1;hp=0000000000000000000000000000000000000000;hpb=85935627dfc969212536f5fe3baf8d3ccfd2f319;p=osm%2FLCM.git diff --git a/.gitignore-common b/.gitignore-common new file mode 100644 index 0000000..f0f10bd --- /dev/null +++ b/.gitignore-common @@ -0,0 +1,35 @@ +# This is a template with common files to be igonored, after clone make a copy to .gitignore +# cp .gitignore-common .gitignore + +*.pyc +*.pyo + +#auto-ignore +.gitignore + +#logs +logs + +#pycharm +.idea + +#eclipse +.project +.pydevproject +.settings + +#local stuff files that end in ".local" or folders called "local" +local +osm_nbi/local +osm_nbi/test/local + +#local stuff files that end in ".temp" or folders called "temp" +*.temp +osm_nbi/temp +osm_nbi/test/temp + +#distribution and package generation +build +dist +*.egg-info +