mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-08 18:16:59 +00:00
Ignore hidden files and kafka directories
This commit is contained in:
parent
54e7e3041b
commit
a6bb92520c
7
.gitignore
vendored
7
.gitignore
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user