tangled
alpha
login
or
join now
jcs.org
/
intel_backlight_fbsd
0
fork
atom
Control intel backlight on FreeBSD (and OpenBSD)
openbsd
0
fork
atom
overview
issues
pulls
pipelines
Initial commit
grembo
11 years ago
260e8977
+29
1 changed file
expand all
collapse all
unified
split
.gitignore
+29
.gitignore
···
1
1
+
# Object files
2
2
+
*.o
3
3
+
*.ko
4
4
+
*.obj
5
5
+
*.elf
6
6
+
7
7
+
# Precompiled Headers
8
8
+
*.gch
9
9
+
*.pch
10
10
+
11
11
+
# Libraries
12
12
+
*.lib
13
13
+
*.a
14
14
+
*.la
15
15
+
*.lo
16
16
+
17
17
+
# Shared objects (inc. Windows DLLs)
18
18
+
*.dll
19
19
+
*.so
20
20
+
*.so.*
21
21
+
*.dylib
22
22
+
23
23
+
# Executables
24
24
+
*.exe
25
25
+
*.out
26
26
+
*.app
27
27
+
*.i*86
28
28
+
*.x86_64
29
29
+
*.hex