Adding gitignore list 13/3413/1
authoragrawalgaurav <gaurav.agrawal@huawei.com>
Mon, 11 May 2020 11:25:29 +0000 (16:55 +0530)
committeragrawalgaurav <gaurav.agrawal@huawei.com>
Mon, 11 May 2020 11:25:29 +0000 (16:55 +0530)
Change-Id: I70412f6c033ff1c0e6f143c328bcee36c8b789b6

.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..0b8c49e
--- /dev/null
@@ -0,0 +1,19 @@
+#####standard .git ignore entries#####
+
+## IDE Specific Files ##
+org.eclipse.core.resources.prefs
+.classpath
+.project
+.settings
+.idea
+.externalToolBuilders
+maven-eclipse.xml
+workspace
+.checkstyle
+
+## Compilation Files ##
+*.class
+**/target
+target
+target-ide
+MANIFEST.MF
\ No newline at end of file