From: Nate Case Date: Fri, 29 Aug 2008 22:25:47 +0000 (-0500) Subject: Add top-level .gitignore file X-Git-Url: https://git.ozlabs.org/?p=patchwork;a=commitdiff_plain;h=690043e0318f5cd8110fca2945f2ca3763597343 Add top-level .gitignore file Signed-off-by: Nate Case Signed-off-by: Jeremy Kerr --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..03a0a45 --- /dev/null +++ b/.gitignore @@ -0,0 +1,31 @@ +# +# NOTE! Don't add files that are generated in specific +# subdirectories here. Add them in the ".gitignore" file +# in that subdirectory instead. +# +# Normal rules +# +.* +*.pyc +*.patch +lib/packages/* + +# +# Top-level generic files +# +tags +TAGS +!.gitignore + +# stgit generated dirs +patches-* + +# quilt's files +patches +series + +# cscope files +cscope.* + +*.orig +*.rej