0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-05-31 19:49:00 +02:00

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
# Hidden files
.*
# Downloads
kafka.tgz
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Folders
kafka
bin
pkg
_obj