Add .git-ignore for a sane status
This commit is contained in:
parent
f2a6c2d28c
commit
479894cb98
5 changed files with 6 additions and 1 deletions
1
pkg/arp-spoofer/.gitignore
vendored
Normal file
1
pkg/arp-spoofer/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
cmd/arp-spoofer
|
||||
1
pkg/shadow-up/.gitignore
vendored
Normal file
1
pkg/shadow-up/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
cmd/shadow-up
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
module git.nemunai.re/lectures/adlin/pkg/login-app
|
||||
module git.nemunai.re/lectures/adlin/pkg/shadow-up
|
||||
|
||||
go 1.16
|
||||
|
||||
|
|
|
|||
1
pkg/wg-manager/.gitignore
vendored
Normal file
1
pkg/wg-manager/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
cmd/wg-manager
|
||||
Reference in a new issue