aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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