Skip to content

Commit

Permalink
Remove file path comments (#39)
Browse files Browse the repository at this point in the history
Resolves #38 (Remove file path comments).
  • Loading branch information
apcountryman authored Apr 1, 2024
1 parent 6c8182c commit 17706dc
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# KIND, either express or implied. See the License for the specific language governing
# permissions and limitations under the License.

# File: .github/workflows/ci.yml
# Description: GitHub Actions CI workflow for the build-avr-gcc repository.

name: CI
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# KIND, either express or implied. See the License for the specific language governing
# permissions and limitations under the License.

# File: .gitignore
# Description: Git ignore rules for the build-avr-gcc repository.

# ignore the build directory
Expand Down
1 change: 0 additions & 1 deletion build-avr-gcc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# KIND, either express or implied. See the License for the specific language governing
# permissions and limitations under the License.

# File: build-avr-gcc
# Description: avr-gcc build script.

function error()
Expand Down
1 change: 0 additions & 1 deletion ci/analyze
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# KIND, either express or implied. See the License for the specific language governing
# permissions and limitations under the License.

# File: ci/analyze
# Description: build-avr-gcc repository CI static analysis script.

function error()
Expand Down
1 change: 0 additions & 1 deletion git/hooks/install
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# KIND, either express or implied. See the License for the specific language governing
# permissions and limitations under the License.

# File: git/hooks/install
# Description: Git hooks install script for the build-avr-gcc repository.

function error()
Expand Down
1 change: 0 additions & 1 deletion git/hooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# KIND, either express or implied. See the License for the specific language governing
# permissions and limitations under the License.

# File: git/hooks/pre-commit
# Description: Git pre-commit hook script for the build-avr-gcc repository.

function message()
Expand Down
1 change: 0 additions & 1 deletion install-device-family-pack
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# KIND, either express or implied. See the License for the specific language governing
# permissions and limitations under the License.

# File: install-device-family-pack
# Description: avr-gcc device family pack install script.

function error()
Expand Down

0 comments on commit 17706dc

Please sign in to comment.