Skip to content

Commit cf850bb

Browse files
committed
Change to LN to avoid whitespace showing in diff
1 parent 75b9aff commit cf850bb

File tree

1 file changed

+50
-50
lines changed

1 file changed

+50
-50
lines changed

.gitignore

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,51 @@
1-
# Prerequisites
2-
*.d
3-
4-
# Compiled Object files
5-
*.slo
6-
*.lo
7-
*.o
8-
*.obj
9-
10-
# Precompiled Headers
11-
*.gch
12-
*.pch
13-
14-
# Compiled Dynamic libraries
15-
*.so
16-
*.dylib
17-
*.dll
18-
19-
# Fortran module files
20-
*.mod
21-
*.smod
22-
23-
# Compiled Static libraries
24-
*.lai
25-
*.la
26-
*.a
27-
*.lib
28-
29-
# Executables
30-
*.exe
31-
*.out
32-
*.app
33-
34-
# Doxygen
35-
*.bak
36-
html/*
37-
38-
39-
# VSCode artifacts
40-
.vscode/*
41-
src/.vscode/settings.json
42-
43-
.DS_STORE
44-
45-
examples/Wippersnapper_demo/build/
46-
47-
# Platformio artifacts
48-
.pio/
49-
50-
# Secrets
1+
# Prerequisites
2+
*.d
3+
4+
# Compiled Object files
5+
*.slo
6+
*.lo
7+
*.o
8+
*.obj
9+
10+
# Precompiled Headers
11+
*.gch
12+
*.pch
13+
14+
# Compiled Dynamic libraries
15+
*.so
16+
*.dylib
17+
*.dll
18+
19+
# Fortran module files
20+
*.mod
21+
*.smod
22+
23+
# Compiled Static libraries
24+
*.lai
25+
*.la
26+
*.a
27+
*.lib
28+
29+
# Executables
30+
*.exe
31+
*.out
32+
*.app
33+
34+
# Doxygen
35+
*.bak
36+
html/*
37+
38+
39+
# VSCode artifacts
40+
.vscode/*
41+
src/.vscode/settings.json
42+
43+
.DS_STORE
44+
45+
examples/Wippersnapper_demo/build/
46+
47+
# Platformio artifacts
48+
.pio/
49+
50+
# Secrets
5151
data/

0 commit comments

Comments
 (0)