X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=.gitignore;h=fcf3cdd96f608ae992569cefe63c384daab1415f;hb=780c64a822838056411a7e0ddc584101726fc53a;hp=96565192cb4c9cac0823de5e3464f5d0cd5a75dc;hpb=cee1efbac9389b19b76e8f3eac5ed015b663b269;p=oom.git diff --git a/.gitignore b/.gitignore index 96565192cb..fcf3cdd96f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,27 @@ +# Unit tests +__snapshot__ + # Application kubernetes/config/onap-parameters.yaml kubernetes/dist/* requirements.lock **/charts/*.tgz +*.orig + +# AAI Schema +**/schema/* # Eclipse .classpath .factorypath .project +.pydevproject .settings/ # IntelliJ .idea/* *.iml + +# Mac OS +*DS_Store*