From 0f5e3cc4056b81191beb266753daeef85d141d4b Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Mon, 15 Jun 2009 14:39:20 -0700 Subject: [PATCH] Add .gitignore files for generated files Create new .gitignore files and add generated files to them. Signed-off-by: H. Peter Anvin --- com32/tools/.gitignore | 1 + lzo/.gitignore | 1 + 2 files changed, 2 insertions(+) create mode 100644 com32/tools/.gitignore create mode 100644 lzo/.gitignore diff --git a/com32/tools/.gitignore b/com32/tools/.gitignore new file mode 100644 index 0000000..b5397de --- /dev/null +++ b/com32/tools/.gitignore @@ -0,0 +1 @@ +/relocs diff --git a/lzo/.gitignore b/lzo/.gitignore new file mode 100644 index 0000000..04202da --- /dev/null +++ b/lzo/.gitignore @@ -0,0 +1 @@ +/prepcore -- 2.7.4