diff options
author | David Zeuthen <davidz@redhat.com> | 2006-07-29 13:02:33 -0400 |
---|---|---|
committer | David Zeuthen <davidz@redhat.com> | 2006-07-29 13:02:33 -0400 |
commit | 47a1cf8d1ad4b64ea5291ee5cc71a533a1c91e54 (patch) | |
tree | 4ec3fc13b34f6ad7f3ee47d1ce83452e12f38fa6 /examples | |
parent | c88613217759651022885ea99be91af46c0d6391 (diff) |
add *~ to all .gitignore files for emacs users
Diffstat (limited to 'examples')
-rw-r--r-- | examples/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/.gitignore b/examples/.gitignore index 8f1b0d99..35e3b279 100644 --- a/examples/.gitignore +++ b/examples/.gitignore @@ -1,3 +1,4 @@ Makefile Makefile.in *.o +*~ |