[ltt-dev] [PATCH] lttv: Add git ignore files

Pierre-Marc Fournier pierre-marc.fournier at polymtl.ca
Tue Jul 21 00:13:00 EDT 2009


Merged, thanks.

Benjamin Poirier wrote:
> Based on the kernel's .gitignore
> 
> Signed-off-by: Benjamin Poirier <benjamin.poirier at polymtl.ca>
> ---
>  .gitignore           |   50 ++++++++++++++++++++++++++++++++++++++++++++++++++
>  lttv/lttv/.gitignore |    6 ++++++
>  2 files changed, 56 insertions(+), 0 deletions(-)
>  create mode 100644 .gitignore
>  create mode 100644 lttv/lttv/.gitignore
> 
> diff --git a/.gitignore b/.gitignore
> new file mode 100644
> index 0000000..d9acba3
> --- /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 0000000..7847dde
> --- /dev/null
> +++ b/lttv/lttv/.gitignore
> @@ -0,0 +1,6 @@
> +#
> +# Generated files
> +#
> +lttv
> +lttv-gui
> +lttv.real





More information about the lttng-dev mailing list