diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-05-27 23:00:25 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-05-27 23:00:25 +0200 |
commit | b3eb972b9947e60f5b3d0135d8fbec19bb5d6a60 (patch) | |
tree | ae45c4a366a081f5093650b5e1a92ac19ebf98fd | |
parent | c033aa2afcd0c1db54670c90a251aee5019380ce (diff) |
tweak .gitignore
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
-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 |