]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit26e9f31a940d362b5ef78e625b87b4ff0573ff50
tree88a87eebc085d04ba59580402a54e5867ae15afb
parent19b41f6741682cbdb1bf4ddda8d1d0dee69e3ef1
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]