fixed agent gitignore
This commit is contained in:
parent
5f9f547db8
commit
4a37a97fee
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,6 +1,10 @@
|
|||
/target
|
||||
|
||||
# for gods sakes visual studio
|
||||
/agent/*.sdf
|
||||
/agent/x64
|
||||
/agent/**/x64
|
||||
/agent/ipch
|
||||
/agent/**/Release
|
||||
/agent/**/Debug
|
||||
/agent/*.suo
|
Loading…
Reference in a new issue