Merge commit 'd765cbc820eadd64240ae7a06fa6246841c51aae' as 'third_party/matplotlib-cpp'
Change-Id: Ie0204b7d77c41433ccf794aa461d2739e5c8e11c
diff --git a/third_party/matplotlib-cpp/.gitignore b/third_party/matplotlib-cpp/.gitignore
new file mode 100644
index 0000000..7622be7
--- /dev/null
+++ b/third_party/matplotlib-cpp/.gitignore
@@ -0,0 +1,35 @@
+# Compiled Object files
+*.slo
+*.lo
+*.o
+*.obj
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Compiled Dynamic libraries
+*.so
+*.dylib
+*.dll
+
+# Fortran module files
+*.mod
+
+# Compiled Static libraries
+*.lai
+*.la
+*.a
+*.lib
+
+# Executables
+*.exe
+*.out
+*.app
+
+# Logfiles
+*.tlog
+*.log
+
+# Build
+/examples/build/*