From bdb90cf17664d0305049d2425f839d7952e5d0a9 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Wed, 30 Jul 2008 17:18:17 -0700 Subject: [PATCH] Add .gitignore file Add .gitignore file so "git status" is actually useful. Signed-off-by: H. Peter Anvin --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7a98dc8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +/MCONFIG +/aconfig.h +/aconfig.h.in +/autom4te.cache +/config.log +/config.status +/configure +/version.h +/tftp/tftp +/tftpd/tftpd +*.1 +*.8 +*.a +*.o +*~ +\#*