mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-16 03:13:11 -06:00
sort some gitignores
This commit is contained in:
parent
386cc975f0
commit
0926a981bb
16
.gitignore
vendored
16
.gitignore
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue