From 9337a1a3a51ef7646b6bc19bdd5182bf69a70fec Mon Sep 17 00:00:00 2001 From: Bostjan Skufca Date: Wed, 20 Jan 2016 14:20:56 +0000 Subject: [PATCH] Refactor .gitignore section for templates/* - no need to specifiy individual templates anymore Signed-off-by: Bostjan Skufca --- .gitignore | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) 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 -- 2.47.2