summaryrefslogtreecommitdiffstats
path: root/src/jaegertracing/opentracing-cpp/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'src/jaegertracing/opentracing-cpp/.gitignore')
-rw-r--r--src/jaegertracing/opentracing-cpp/.gitignore39
1 files changed, 39 insertions, 0 deletions
diff --git a/src/jaegertracing/opentracing-cpp/.gitignore b/src/jaegertracing/opentracing-cpp/.gitignore
new file mode 100644
index 000000000..a9424d353
--- /dev/null
+++ b/src/jaegertracing/opentracing-cpp/.gitignore
@@ -0,0 +1,39 @@
+# Prerequisites
+*.d
+
+# Compiled Object files
+*.slo
+*.lo
+*.o
+*.obj
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Compiled Dynamic libraries
+*.so
+*.dylib
+*.dll
+
+# Fortran module files
+*.mod
+*.smod
+
+# Compiled Static libraries
+*.lai
+*.la
+*.a
+*.lib
+
+# Executables
+*.exe
+*.out
+*.app
+
+# Cmake Build Directory
+build
+
+# Ignore all bazel-* symlinks. There is no full list since this can change
+# based on the name of the directory bazel is cloned into.
+/bazel-*