diff options
author | Dan Timoney <dtimoney@att.com> | 2020-07-27 19:22:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-07-27 19:22:23 +0000 |
commit | 849cd9fdd3f2fdf352f07f901c24255d12f8c156 (patch) | |
tree | cd402994cf21c749968917ad8dc5415e43c19c61 /.gitignore | |
parent | 841969d479e366bf5676b9ef4bd7f6ee25262bd4 (diff) | |
parent | 9a8281de4a1de05bfe034a91e8d5b304537ef5c6 (diff) |
Merge "Add initial files to repo"
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..ec003d1c --- /dev/null +++ b/.gitignore @@ -0,0 +1,34 @@ +#####standard .git ignore entries##### + +## IDE Specific Files ## +org.eclipse.core.resources.prefs +.classpath +.project +.settings +.idea +.externalToolBuilders +.checkstyle +maven-eclipse.xml +workspace + +## Compilation Files ## +*.class +**/target +target +target-ide +MANIFEST.MF +**/yang-gen-sal +*.interp +sli/model/src/main/java + +## Misc Ignores (OS specific etc) ## +bin/ +dist +*~ +*.ipr +*.iml +*.iws +classes +out/ +.DS_STORE +.metadata |