diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-05-27 23:00:25 +0200 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2009-06-05 12:17:48 -0700 |
commit | aa0ac197ef8ad8274b78aad39513a37a20d37471 (patch) | |
tree | 998d6308ab94d13294776d8ee2065e575e21feed /.gitignore | |
parent | 752fb1ee959150fef7796e396f65f37538dae18c (diff) | |
download | uClibc-alpine-aa0ac197ef8ad8274b78aad39513a37a20d37471.tar.bz2 uClibc-alpine-aa0ac197ef8ad8274b78aad39513a37a20d37471.tar.xz |
tweak .gitignore
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b86a96090..f0be71cbe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,11 @@ +# +# Never ignore these +# +!.gitignore + +# +# Generated files +# *.os *.oS *.dep @@ -6,3 +14,12 @@ *.depend lib .config* +.*.dep +# +# Backups / patches +# +*~ +*.orig +*.rej +/*.patch +/*.diff |