From 3ba4a4a7f5864f71fc6ec092394ded04d1592539 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 10 Mar 2008 17:18:27 -0700 Subject: [PATCH] Ignore lots of files. --- .gitignore | 42 ++++++++++++++++++++++++++++++++++++++++++ datapath/.gitignore | 5 +++++ 2 files changed, 47 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..033297449 --- /dev/null +++ b/.gitignore @@ -0,0 +1,42 @@ +#*# +*.a +*.d +*.ko +*.la +*.lo +*.loT +*.mod.c +*.o +*.o +*.pyc +*.so +*~ +.#* +.*.cmd +.deps +.libs +.tmp_versions +/Makefile +/Makefile.in +/aclocal.m4 +/autom4te.cache +/build-arch-stamp +/build-indep-stamp +/config.guess +/config.h +/config.h.in +/config.log +/config.status +/config.sub +/configure +/configure-stamp +/depcomp +/install-sh +/libtool +/ltmain.sh +/missing +/stamp-h1 +Module.symvers +TAGS +cscope.* +tags diff --git a/datapath/.gitignore b/datapath/.gitignore index b336cc7ce..5a59a0d39 100644 --- a/datapath/.gitignore +++ b/datapath/.gitignore @@ -1,2 +1,7 @@ /Makefile /Makefile.in +*.cmd +*.ko +*.mod.c +Module.symvers + -- 2.43.0