From e5d75e59c7e185200c65274239f66a67987b8512 Mon Sep 17 00:00:00 2001 From: Benjamin Poirier Date: Mon, 20 Jul 2009 16:06:35 -0400 Subject: [PATCH] lttv: Add git ignore files Based on the kernel's .gitignore Signed-off-by: Benjamin Poirier --- .gitignore | 50 ++++++++++++++++++++++++++++++++++++++++++++ lttv/lttv/.gitignore | 6 ++++++ 2 files changed, 56 insertions(+) create mode 100644 .gitignore create mode 100644 lttv/lttv/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..d9acba36 --- /dev/null +++ b/.gitignore @@ -0,0 +1,50 @@ +# +# NOTE! Don't add files that are generated in specific +# subdirectories here. Add them in the ".gitignore" file +# in that subdirectory instead. +# +# NOTE! Please use 'git-ls-files -i --exclude-standard' +# command after changing this file, to see if there are +# any tracked files which get ignored after the change. +# +# Normal rules +# +.* +!.gitignore +*.o +*.lo +*.la +*~ + +# +# Top-level generated files +# +/COPYING +/INSTALL +/aclocal.m4 +/autom4te.cache/* +/config.guess +/config.h +/config.h.in +/config.log +/config.status +/config.sub +/configure +/depcomp +/install-sh +/libtool +/ltmain.sh +/missing +/stamp-h1 + +# +# More generated files +# +Makefile +Makefile.in + +# +# Cscope files +# +/cscope.out +/cscope.files diff --git a/lttv/lttv/.gitignore b/lttv/lttv/.gitignore new file mode 100644 index 00000000..7847dde4 --- /dev/null +++ b/lttv/lttv/.gitignore @@ -0,0 +1,6 @@ +# +# Generated files +# +lttv +lttv-gui +lttv.real -- 2.34.1