diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-05-06 22:12:16 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-05-06 22:12:16 +0200 |
commit | 58c16653226a627935a845f19276172f95d10c13 (patch) | |
tree | eac5bb1099c72af10ccdea32e556822808cb251a /.gitignore | |
parent | 5fada852803f8ffc68c6f28ee2cf91808afa906f (diff) | |
download | systemd-58c16653226a627935a845f19276172f95d10c13.tar.gz |
gitignore: ignore files ending in ~
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ec58ed7667..d2ce04d301 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +*~ test-ns systemd-initctl.service systemd-logger.service |