fix: add Windows binaries to gitignore
Prevent future commits of redflag-agent.exe
This commit is contained in:
parent
87a330e517
commit
35392f6fd4
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -236,8 +236,10 @@ Thumbs.db
|
|||
# Compiled binaries (project-specific)
|
||||
redflag-agent
|
||||
redflag-server
|
||||
redflag-agent.exe
|
||||
aggregator-agent/redflag-agent
|
||||
aggregator-agent/aggregator-agent
|
||||
aggregator-agent/redflag-agent.exe
|
||||
aggregator-server/redflag-server
|
||||
aggregator-server/server
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue