aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMark Haines <mjark@negativecurvature.net>2017-06-28 10:28:13 +0100
committerMark Haines <mjark@negativecurvature.net>2017-06-28 10:28:13 +0100
commita6bb92520c089dfce4ede4434a60517ae1d99107 (patch)
treeb7333a2761884eb7446d4cc8d13a7f56f939a787 /.gitignore
parent54e7e3041bbe84e5ad1a87c81a4b715f11c9d20d (diff)
Ignore hidden files and kafka directories
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a11dc931..f2ea51c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,18 @@
.*.swp
+# Hidden files
+.*
+
+# Downloads
+kafka.tgz
+
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Folders
+kafka
bin
pkg
_obj