[lxc] only build for linux. Ignore vim swp files.

This commit is contained in:
Chris Lundquist 2016-05-19 05:50:38 +00:00 committed by Megan Marsh
parent 612c87ee2d
commit e23920a6b9
11 changed files with 22 additions and 1 deletions

1
.gitignore vendored
View File

@ -5,6 +5,7 @@
/website/.sass-cache /website/.sass-cache
/website/build /website/build
.DS_Store .DS_Store
*.swp
.vagrant .vagrant
.idea .idea
test/.env test/.env

View File

@ -1,3 +1,5 @@
// +build linux
package lxc package lxc
import ( import (

View File

@ -1,3 +1,5 @@
// +build linux
package lxc package lxc
import ( import (

View File

@ -1,3 +1,5 @@
// +build linux
package lxc package lxc
import ( import (

View File

@ -1,3 +1,5 @@
// +build linux
package lxc package lxc
import ( import (

View File

@ -1,3 +1,5 @@
// +build linux
package lxc package lxc
import ( import (

View File

@ -1,3 +1,5 @@
// +build linux
package lxc package lxc
import ( import (
@ -96,4 +98,4 @@ func (s *stepExport) SudoCommand(args ...string) error {
log.Printf("stderr: %s", stderrString) log.Printf("stderr: %s", stderrString)
return err return err
} }

View File

@ -1,3 +1,5 @@
// +build linux
package lxc package lxc
import ( import (

View File

@ -1,3 +1,5 @@
// +build linux
package lxc package lxc
import ( import (

View File

@ -1,3 +1,5 @@
// +build linux
package lxc package lxc
import ( import (

View File

@ -1,3 +1,5 @@
// +build linux
package lxc package lxc
import ( import (