summaryrefslogtreecommitdiff
path: root/.gitignore
blob: d7c1e0b37dc50ee5cb8d88eb9e46d33123421bc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# .gitignore for lm-sensors git tree
#
# NB: Please use the 'git ls-files -i --exclude-standard'
# command after changing this file, to see if there are
# any tracked files which get ignored after the change.

# Generated executables
prog/dump/isadump
prog/dump/isaset
prog/sensord/sensord
prog/sensors/sensors
lib/test/test-scanner

# Generated shared objects
*.a
*.so*

# Intermediate objects
*.r[do]
*.a[do]
*.l[do]

# Generated source code
lib/conf-lex.c
lib/conf-parse.c
lib/conf-parse.h

# Patching artifacts
*.orig