sort some gitignores

This commit is contained in:
Amber H. Brown 2019-08-13 21:45:00 +10:00
parent 386cc975f0
commit 0926a981bb

16
.gitignore vendored
View file

@ -7,18 +7,18 @@
/.downloads /.downloads
# Compiled Object files, Static and Dynamic libs (Shared Objects) # Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a *.a
*.o
*.so *.so
# Folders # Folders
/kafka
/bin
/pkg
/_obj /_obj
/_test /_test
/vendor/bin /bin
/docker/build /docker/build
/kafka
/pkg
/vendor/bin
# Architecture specific extensions/prefixes # Architecture specific extensions/prefixes
*.[568vq] *.[568vq]
@ -33,13 +33,13 @@ _cgo_export.*
_testmain.go _testmain.go
*.exe *.exe
*.test
*.prof *.prof
*.test
# Generated keys # Generated keys
*.pem
*.key
*.crt *.crt
*.key
*.pem
# Default configuration file # Default configuration file
dendrite.yaml dendrite.yaml