From 1e65174a3378494608e8ed7f8c74d658be9a0fb2 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Tue, 18 Oct 2005 08:26:15 -0700 Subject: 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 --- scripts/mod/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 scripts/mod/.gitignore (limited to 'scripts/mod/.gitignore') diff --git a/scripts/mod/.gitignore b/scripts/mod/.gitignore new file mode 100644 index 00000000000..e9b7abe7b95 --- /dev/null +++ b/scripts/mod/.gitignore @@ -0,0 +1,4 @@ +elfconfig.h +mk_elfconfig +modpost + -- cgit v1.2.3