summaryrefslogtreecommitdiffstats
path: root/scripts/mod/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* kbuild: trivial - remove trailing empty linesMasahiro Yamada2014-06-101-1/+0Star
| | | | Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
* mod/file2alias: make modalias generation safe for cross compilingAndreas Schwab2013-01-241-0/+1
| | | | | | | | | | | 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-181-0/+4
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>