summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 98274e1160d7b11729f307df26f3e93427705f8d (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
# SPDX-License-Identifier: GPL-2.0-only
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# NOTE! Please use 'git ls-files -i -c --exclude-per-directory=.gitignore'
# command after changing this file, to see if there are
# any tracked files which get ignored after the change.
#
# Normal rules (sorted alphabetically)
#
.*
*.a
*.asn1.[ch]
*.bin
*.bz2
*.c.[012]*.*
*.dt.yaml
*.dtb
*.dtbo
*.dtb.S
*.dtbo.S
*.dwo
*.elf
*.gcno
*.gz
*.i
*.ko
*.lex.c
*.ll
*.lst
*.lz4
*.lzma
*.lzo
*.mod
*.mod.c
*.o
*.o.*
*.patch
*.rmeta
*.rpm
*.rsi
*.s
*.so
*.so.dbg
*.su
*.symtypes
*.symversions
*.tab.[ch]
*.tar
*.xz
*.zst
Module.symvers
modules.order

#
# Top-level generic files
#
/linux
/modules-only.symvers
/vmlinux
/vmlinux.32
/vmlinux.map
/vmlinux.symvers
/vmlinux-gdb.py
/vmlinuz
/System.map
/Module.markers
/modules.builtin
/modules.builtin.modinfo
/modules.nsdeps

#
# RPM spec file (make rpm-pkg)
#
/rpmbuild/

#
# Debian directory (make deb-pkg)
#
/debian/

#
# Snap directory (make snap-pkg)
#
/snap/

#
# tar directory (make tar*-pkg)
#
/tar-install/

#
# We don't want to ignore the following even if they are dot-files
#
!.clang-format
!.cocciconfig
!.get_maintainer.ignore
!.gitattributes
!.gitignore
!.kunitconfig
!.mailmap
!.rustfmt.toml

#
# Generated include files
#
/include/config/
/include/generated/
/arch/*/include/generated/

# stgit generated dirs
patches-*

# quilt's files
patches
series

# ctags files
tags
TAGS

# cscope files
cscope.*
ncscope.*

# gnu global files
GPATH
GRTAGS
GSYMS
GTAGS

# id-utils files
ID

*.orig
*~
\#*#

#
# Leavings from module signing
#
extra_certificates
signing_key.pem
signing_key.priv
signing_key.x509
x509.genkey

# Kconfig presets
/all.config
/alldef.config
/allmod.config
/allno.config
/allrandom.config
/allyes.config

# Kconfig savedefconfig output
/defconfig

# Kdevelop4
*.kdev4

# Clang's compilation database file
/compile_commands.json

# Documentation toolchain
sphinx_*/

# Rust analyzer configuration
/rust-project.json
04-14 16:36:16 +0100'>2017-04-14iio: dac: add support for stm32 DACFabrice Gasnier1-0/+2 2017-03-21iio: dac: Add support for ltc2632 DACsMaxime Roussin-Belanger1-0/+1 2016-11-13iio: dpot-dac: DAC driver based on a digital potentiometerPeter Rosin1-0/+1 2016-09-03iio: stx104: Add IIO support for the ADC channelsWilliam Breathitt Gray1-1/+0 2016-08-29iio: dac: AD8801: add Analog Devices AD8801/AD8803 supportGwenhael Goavec-Merou1-0/+1 2016-07-24iio: Add IIO support for the Measurement Computing CIO-DAC familyWilliam Breathitt Gray1-0/+1 2016-04-10iio: dac: Add support for the AD5592R/AD5593R ADCs/DACsPaul Cercueil1-0/+3 2016-03-12iio: dac: add NXP LPC18xx DAC driverJoachim Eastwood1-0/+1 2016-02-24iio: dac: vf610_dac: Add IIO DAC driver for Vybrid SoCSanchayan Maity1-0/+1 2016-02-13iio: Add IIO support for the DAC on the Apex Embedded Systems STX104William Breathitt Gray1-0/+1 2016-01-24iio: add ad5761 DAC driverRicardo Ribalda Delgado1-0/+1 2015-05-17iio: add m62332 DAC driverDmitry Eremin-Solenikov1-0/+1 2014-07-27iio: add support of the max5821Philippe Reynes1-0/+1 2014-06-21iio: dac: mcp4902/mcp4912/mcp4922 dac driverMichael Welling1-0/+1 2013-08-03iio: Add a comment to about alphabetical order to Kconfigs and MakefilesLars-Peter Clausen1-0/+1 2013-06-11iio:dac: Add support for the AD7303Lars-Peter Clausen1-0/+1 2012-10-19iio:dac: Add support for the ad5449Lars-Peter Clausen1-0/+1 2012-09-17iio:dac: Add ad5755 driverLars-Peter Clausen1-0/+1 2012-06-12iio: add mcp4725 I2C DAC driverPeter Meerwald1-0/+1 2012-06-05staging:iio: Move DAC drivers out of stagingLars-Peter Clausen1-0/+15