Skip to content

Commit f992754

Browse files
authored
root: fix gitignore binary paths (#22445)
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
1 parent 397e8ff commit f992754

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.gitignore

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -231,11 +231,11 @@ source_docs/
231231

232232
### Golang ###
233233
/vendor/
234-
server
235-
proxy
236-
ldap
237-
rac
238-
radius
234+
/server
235+
/proxy
236+
/ldap
237+
/rac
238+
/radius
239239

240240
### Docker ###
241241
tests/openid_conformance/exports/*.zip

locale/en/dictionaries/software-terms.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ aaguid
7575
adsi
7676
akflow
7777
akprox
78+
allinone
7879
asns
7980
cbor
8081
copylefted

0 commit comments

Comments
 (0)