X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=.gitignore;h=8eeea7a8cc1e002412bf247b3746003d6a46e407;hb=refs%2Fheads%2Fdublin;hp=ae9adeaaca5fdceab91b9e8e0b87f939f52055b6;hpb=62cd6aaaf74aa91ee0037c0e155c8e7284f07567;p=so.git diff --git a/.gitignore b/.gitignore index ae9adeaaca..8eeea7a8cc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +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 \ No newline at end of file +packages/root-pack-extras/config-resources/mariadb/db-sql-scripts/main-schemas/MySQL-Requests-schema.sql +**/bin/ +/tattletale/ +/.metadata/