Clean autotest folder
[nonrtric.git] / test / .gitignore
diff --git a/test/.gitignore b/test/.gitignore
new file mode 100644 (file)
index 0000000..380046b
--- /dev/null
@@ -0,0 +1,30 @@
+#####standard .git ignore entries#####
+
+## IDE Specific Files ##
+org.eclipse.core.resources.prefs
+.classpath
+.idea
+.externalToolBuilders
+.checkstyle
+maven-eclipse.xml
+workspace
+
+## Compilation Files ##
+*.class
+**/target
+target
+target-ide
+MANIFEST.MF
+
+## Misc Ignores (OS specific etc) ##
+bin/
+dist
+*~
+*.ipr
+*.iml
+*.iws
+classes
+out/
+.DS_STORE
+.metadata
+__pycache__