diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2012-03-24 02:57:51 +0100 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2012-03-24 02:57:51 +0100 |
commit | 7243d4ef9efaaeddeb27daa9d2d70d86e1847487 (patch) | |
tree | b0b286dc09d42869add070aba025270c9a4ae99a | |
parent | build: use foreign automake flavor. (diff) | |
download | lxc-7243d4ef9efaaeddeb27daa9d2d70d86e1847487.tar.gz lxc-7243d4ef9efaaeddeb27daa9d2d70d86e1847487.tar.bz2 lxc-7243d4ef9efaaeddeb27daa9d2d70d86e1847487.zip |
-rw-r--r-- | .gitignore | 19 |
1 files changed, 14 insertions, 5 deletions
@@ -24,22 +24,30 @@ libtool lxc.spec lxc.pc +templates/lxc-altlinux +templates/lxc-archlinux +templates/lxc-busybox templates/lxc-debian +templates/lxc-fedora +templates/lxc-lenny templates/lxc-lucid templates/lxc-maverick templates/lxc-natty templates/lxc-oneiric -templates/lxc-fedora -templates/lxc-altlinux +templates/lxc-opensuse templates/lxc-sshd -templates/lxc-busybox -templates/lxc-archlinux +templates/lxc-ubuntu +templates/lxc-ubuntu-cloud + +src/lxc/setns.P +src/lxc/setns.h src/lxc/lxc-attach src/lxc/lxc-cgroup src/lxc/lxc-checkconfig src/lxc/lxc-checkpoint src/lxc/lxc-cinit +src/lxc/lxc-clone src/lxc/lxc-cmd src/lxc/lxc-console src/lxc/lxc-create @@ -54,9 +62,10 @@ src/lxc/lxc-kill src/lxc/lxc-ls src/lxc/lxc-monitor src/lxc/lxc-netstat -src/lxc/lxc-setcap src/lxc/lxc-ps src/lxc/lxc-restart +src/lxc/lxc-setcap +src/lxc/lxc-setuid src/lxc/lxc-start src/lxc/lxc-stop src/lxc/lxc-unfreeze |