diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-06-18 04:22:59 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-06-18 04:22:59 +0200 |
commit | 514f4ef52f91edb3741cad88d34572d162459346 (patch) | |
tree | f6314e0a9b21d18de3f3159dad6c2622c4ee98cb /.gitignore | |
parent | ef2f1067d0ca0e6d7346aa3e082048821b670b54 (diff) | |
download | systemd-514f4ef52f91edb3741cad88d34572d162459346.tar.gz systemd-514f4ef52f91edb3741cad88d34572d162459346.tar.bz2 systemd-514f4ef52f91edb3741cad88d34572d162459346.zip |
systemctl: add verbs for special units
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a0a284f2df..2316dd5093 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,9 @@ systemadm *~ *.tar.gz *.o +*.lo +*.a +*.la .deps/ Makefile.in aclocal.m4 @@ -37,3 +40,6 @@ missing stamp-* *.stamp Makefile +ltmain.sh +*.tar.bz2 +libtool |