Skip to content

Commit 1d608d2

Browse files
authored
Merge pull request #6820 from NlightNFotis/minor_changes_to_repo
Refine `.gitattributes` and remove stale build status badges
2 parents ac6b8a9 + bf66073 commit 1d608d2

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.gitattributes

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
*.cpp text
2-
*.c text
3-
*.h text
1+
*.cpp text diff=cpp
2+
*.c text diff=cpp
3+
*.h text diff=cpp
44
*.y text
55
*.tex text
66
*.shtml text
77
*.html text
88
*.css text
99
*.inc text
10-
test.desc text
10+
*.desc text
11+
*.md text
1112
Makefile text

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
[![Build Status][codebuild_img]][codebuild]
2-
[![Build Status][codebuild_windows_img]][codebuild_windows]
31
[![Build Status][coverity_img]][coverity]
42
[![Build Status][codecov_img]][codecov]
53

0 commit comments

Comments
 (0)