diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-10-18 08:26:15 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-10-18 08:26:15 -0700 |
commit | 1e65174a3378494608e8ed7f8c74d658be9a0fb2 (patch) | |
tree | 88a87eebc085d04ba59580402a54e5867ae15afb /lib/.gitignore | |
parent | 39ca371c45b04cd50d0974030ae051906fc516b6 (diff) |
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>
Diffstat (limited to 'lib/.gitignore')
-rw-r--r-- | lib/.gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/.gitignore b/lib/.gitignore new file mode 100644 index 000000000000..3bef1ea94c99 --- /dev/null +++ b/lib/.gitignore @@ -0,0 +1,6 @@ +# +# Generated files +# +gen_crc32table +crc32table.h + |