Skip to content

Commit 772976f

Browse files
committed
gitattributes
1 parent c0af3e5 commit 772976f

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

.gitattributes

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Auto detect text files and perform LF normalization
22
# * text=auto
3-
*.ino text diff=cpp
4-
*.cpp text diff=cpp
5-
*.h text diff=cpp
3+
#*.ino text diff=cpp
4+
#*.cpp text diff=cpp
5+
#*.h text diff=cpp
6+
*.ino linguist-detectable=true
7+
*.cpp linguist-detectable=true
8+
*.h linguist-detectable=true
69
*.js linguist-detectable=false
710
*.css linguist-detectable=false
811
*.md linguist-detectable=false
912
*.txt linguist-detectable=false
13+
*.ttf linguist-detectable=false
14+
*.mp3 linguist-detectable=false
15+
*.json linguist-detectable=false
16+
*.zip linguist-detectable=false
17+
*.tft linguist-detectable=false

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ display/HMI/
7575
Backup/
7676
FSBrowser/
7777
*.ino
78-
*.h
79-
*.cpp
78+
/*.h
79+
/*.cpp
8080
*.hintrc
8181
docs/img/Brautomat_Deckel.jpg
8282
docs/img/Brautomat_Grundplatte.jpg

src/dummy.cpp

Whitespace-only changes.

src/dummy.h

Whitespace-only changes.

0 commit comments

Comments
 (0)