aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mod/.gitignore
Commit message (Collapse)AuthorAge
* kbuild: trivial - remove trailing empty linesMasahiro Yamada2014-06-09
| | | | Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
* mod/file2alias: make modalias generation safe for cross compilingAndreas Schwab2013-01-24
| | | | | | | | | | | Use the target compiler to compute the offsets for the fields of the device_id structures, so that it won't be broken by different alignments between the host and target ABIs. This also fixes missing endian corrections for some modaliases. Signed-off-by: Andreas Schwab <schwab@linux-m68k.org> Signed-off-by: Michal Marek <mmarek@suse.cz>
* Add some basic .gitignore filesLinus Torvalds2005-10-18
This still leaves driver and architecture-specific subdirectories alone, but gets rid of the bulk of the "generic" generated files that we should ignore. Signed-off-by: Linus Torvalds <torvalds@osdl.org>