aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore26
1 files changed, 26 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ca8db20
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,26 @@
+# ignore all bin directories
+# matches "bin" in any subfolder
+bin/
+
+# ignore all target directories
+target/
+
+# ignore logs that might be laying around
+logs/
+
+# ignore laptop eclipse settings
+.settings/
+localEclipse/
+
+# ignore local targets
+dmaapbc.jar
+repository/
+misc/dmaapbc_init.dat
+
+# ignore package tmp dirs
+stage/
+tmp/
+
+# ignore blackduck files
+*.jsonld
+