Skip to content

Commit

Permalink
Ignore tool files
Browse files Browse the repository at this point in the history
  • Loading branch information
zyedidia committed Aug 21, 2021
1 parent 3a97ce8 commit fe3186b
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 39 deletions.
2 changes: 1 addition & 1 deletion cmd/micro/clean.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func shouldContinue() bool {
return false
}

text = strings.TrimRight(text, "\r\n")
text = strings.TrimRight(text, "\r\n")

return len(text) == 0 || strings.ToLower(text)[0] == 'y'
}
Expand Down
2 changes: 2 additions & 0 deletions runtime/syntax/make_headers.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//+build ignore

package main

import (
Expand Down
38 changes: 0 additions & 38 deletions runtime/syntax/syntax_checker.go

This file was deleted.

2 changes: 2 additions & 0 deletions runtime/syntax/syntax_converter.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//+build ignore

package main

import (
Expand Down
2 changes: 2 additions & 0 deletions tools/build-date.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//+build ignore

package main

import (
Expand Down
2 changes: 2 additions & 0 deletions tools/build-version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//+build ignore

package main

import (
Expand Down
2 changes: 2 additions & 0 deletions tools/info-plist.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//+build ignore

package main

import (
Expand Down
2 changes: 2 additions & 0 deletions tools/remove-nightly-assets.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//+build ignore

package main

import (
Expand Down
2 changes: 2 additions & 0 deletions tools/testgen.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//+build ignore

package main

import (
Expand Down

0 comments on commit fe3186b

Please sign in to comment.