Add some basic .gitignore files
authorLinus Torvalds <torvalds@g5.osdl.org>
Tue, 18 Oct 2005 15:26:15 +0000 (08:26 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 18 Oct 2005 15:26:15 +0000 (08:26 -0700)
commit1e65174a3378494608e8ed7f8c74d658be9a0fb2
tree88a87eebc085d04ba59580402a54e5867ae15afb
parent39ca371c45b04cd50d0974030ae051906fc516b6
Add some basic .gitignore files

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>
.gitignore [new file with mode: 0644]
drivers/char/.gitignore [new file with mode: 0644]
drivers/pci/.gitignore [new file with mode: 0644]
drivers/video/logo/.gitignore [new file with mode: 0644]
lib/.gitignore [new file with mode: 0644]
scripts/.gitignore [new file with mode: 0644]
scripts/basic/.gitignore [new file with mode: 0644]
scripts/kconfig/.gitignore [new file with mode: 0644]
scripts/mod/.gitignore [new file with mode: 0644]
usr/.gitignore [new file with mode: 0644]