From: Bostjan Skufca Date: Wed, 20 Jan 2016 14:20:56 +0000 (+0000) Subject: Refactor .gitignore section for templates/* - no need to specifiy individual template... X-Git-Tag: lxc-2.0.0.beta2~55^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9337a1a3a51ef7646b6bc19bdd5182bf69a70fec;p=thirdparty%2Flxc.git Refactor .gitignore section for templates/* - no need to specifiy individual templates anymore Signed-off-by: Bostjan Skufca --- diff --git a/.gitignore b/.gitignore index 58e5dea30..c1c1896cf 100644 --- a/.gitignore +++ b/.gitignore @@ -26,25 +26,9 @@ libtool lxc.spec lxc.pc -templates/lxc-alpine -templates/lxc-altlinux -templates/lxc-archlinux -templates/lxc-busybox -templates/lxc-centos -templates/lxc-cirros -templates/lxc-debian -templates/lxc-download -templates/lxc-fedora -templates/lxc-gentoo -templates/lxc-openmandriva -templates/lxc-opensuse -templates/lxc-oracle -templates/lxc-plamo -templates/lxc-slackware -templates/lxc-sparclinux -templates/lxc-sshd -templates/lxc-ubuntu -templates/lxc-ubuntu-cloud +templates/* +!templates/*.in +templates/Makefile.in src/lxc/init.lxc src/lxc/init.lxc.static