X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=.gitignore;h=8eeea7a8cc1e002412bf247b3746003d6a46e407;hb=refs%2Fheads%2Fdublin;hp=2173a1915da8780faa00361626a518c620e323cd;hpb=3ec698cc52cfd1d9673c2bf2301c2c4fe2a8543f;p=so.git diff --git a/.gitignore b/.gitignore index 2173a1915d..8eeea7a8cc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +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 -.DS_Store 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/