aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-07-27 19:22:23 +0000
committerGerrit Code Review <gerrit@onap.org>2020-07-27 19:22:23 +0000
commit849cd9fdd3f2fdf352f07f901c24255d12f8c156 (patch)
treecd402994cf21c749968917ad8dc5415e43c19c61 /.gitignore
parent841969d479e366bf5676b9ef4bd7f6ee25262bd4 (diff)
parent9a8281de4a1de05bfe034a91e8d5b304537ef5c6 (diff)
Merge "Add initial files to repo"
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore34
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