From: Benjamin Poirier Date: Mon, 20 Jul 2009 20:06:35 +0000 (-0400) Subject: lttv: Add git ignore files X-Git-Tag: v0.12.20~66 X-Git-Url: https://git.lttng.org/?p=lttv.git;a=commitdiff_plain;h=e5d75e59c7e185200c65274239f66a67987b8512 lttv: Add git ignore files Based on the kernel's .gitignore Signed-off-by: Benjamin Poirier --- 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