X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=.gitignore;h=8eeea7a8cc1e002412bf247b3746003d6a46e407;hb=refs%2Fheads%2Fdublin;hp=958c3e2f76f5cca55717b3cf12bd5ae9ce276cde;hpb=e795d55a244458a8705760e06a24747cc014cfd3;p=so.git diff --git a/.gitignore b/.gitignore index 958c3e2f76..8eeea7a8cc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,23 @@ target -.settings -.classpath -.project -.buildpath +**/.settings +**/.classpath +**/.project +**/.buildpath +**/.factorypath +**/.springBeans .idea .checkstyle +.DS_Store +.*~ *.iml **/logs/ **/debug-logs/ +*.class +*.swp *.log *.tmp packages/root-pack-extras/config-resources/mariadb/db-sql-scripts/main-schemas/MySQL-Catalog-schema.sql packages/root-pack-extras/config-resources/mariadb/db-sql-scripts/main-schemas/MySQL-Requests-schema.sql -/bin/ +**/bin/ +/tattletale/ +/.metadata/