From 260e161598baf59b44625a241a3d21288d7641d4 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Wed, 26 Mar 2014 08:07:20 -0400 Subject: Update .gitignore It was missing mageia.xml. Ignore all xml files from data/oses as they will be generated from .xml.in files in order to integrate translations. Based on a patch from Cole Robinson. --- .gitignore | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 02ac028..869f15e 100644 --- a/.gitignore +++ b/.gitignore @@ -77,26 +77,7 @@ data/hypervisors/qemu.xml data/hypervisors/rhel-xen.xml data/hypervisors/xen.xml data/pci.ids -data/oses/altlinux.xml -data/oses/centos.xml -data/oses/debian.xml -data/oses/dos.xml -data/oses/fedora.xml -data/oses/freebsd.xml -data/oses/gnome.xml -data/oses/mandrake.xml -data/oses/mandriva.xml -data/oses/macos.xml -data/oses/netbsd.xml -data/oses/netware.xml -data/oses/openbsd.xml -data/oses/opensuse.xml -data/oses/rhel.xml -data/oses/rhl.xml -data/oses/solaris.xml -data/oses/suse.xml -data/oses/ubuntu.xml -data/oses/windows.xml +data/oses/*.xml data/usb.ids tools/osinfo-detect tools/osinfo-detect.1 -- cgit v1.2.1