Ignore hidden files and kafka directories

This commit is contained in:
Mark Haines 2017-06-28 10:28:13 +01:00
parent 54e7e3041b
commit a6bb92520c

7
.gitignore vendored
View File

@ -1,11 +1,18 @@
.*.swp .*.swp
# Hidden files
.*
# Downloads
kafka.tgz
# Compiled Object files, Static and Dynamic libs (Shared Objects) # Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o *.o
*.a *.a
*.so *.so
# Folders # Folders
kafka
bin bin
pkg pkg
_obj _obj