Robert,

I have added this patch.
Thanks.

On Thu, Apr 15, 2010 at 2:40 PM, Robert Richter <robert.rich...@amd.com> wrote:
> This is a modified version of the current Linux kernel .gitignore
> file.
>
> Signed-off-by: Robert Richter <robert.rich...@amd.com>
> ---
>  .gitignore |   60 
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  1 files changed, 60 insertions(+), 0 deletions(-)
>  create mode 100644 .gitignore
>
> diff --git a/.gitignore b/.gitignore
> new file mode 100644
> index 0000000..8df4ab8
> --- /dev/null
> +++ b/.gitignore
> @@ -0,0 +1,60 @@
> +#
> +# 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
> +#
> +.*
> +*.o
> +*.o.*
> +*.a
> +*.s
> +*.ko
> +*.so
> +*.so.dbg
> +*.mod.c
> +*.i
> +*.lst
> +*.symtypes
> +*.order
> +modules.builtin
> +*.elf
> +*.bin
> +*.gz
> +*.bz2
> +*.lzma
> +*.patch
> +*.gcno
> +CVS
> +
> +#
> +# git files that we don't want to ignore even it they are dot-files
> +#
> +!.gitignore
> +!.mailmap
> +
> +# stgit generated dirs
> +patches-*
> +
> +# quilt's files
> +patches
> +series
> +
> +# cscope files
> +cscope.*
> +ncscope.*
> +
> +# gnu global files
> +GPATH
> +GRTAGS
> +GSYMS
> +GTAGS
> +
> +*.orig
> +*~
> +\#*#
> --
> 1.7.0.3
>
>
>

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
perfmon2-devel mailing list
perfmon2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perfmon2-devel

Reply via email to