a248769183
- Summary of important changes from upstream: - add support for a new Linux-specific GPT partition type code - partprobe: remove partitions when there is no partition table - libparted: refactor device-mapper partition sync code - libparted: remove extraneous blkpg add partition ped exception - libparted: don't probe every dm device in probe_all - New Fedora changes: - libparted: Add Intel Rapid Start Technology partition flag. - libparted: Add UEFI System Partition flag. - libparted: Add hfs_esp partition flag to GPT. - libparted: Recognize btrfs filesystem - tests: Add btrfs and xfs to the fs probe test
25 lines
528 B
Diff
25 lines
528 B
Diff
From 6a535214131b25b0f90dfff618ef6cf8083bb390 Mon Sep 17 00:00:00 2001
|
|
From: Petr Uzel <petr.uzel@suse.cz>
|
|
Date: Mon, 15 Oct 2012 10:31:50 +0200
|
|
Subject: [PATCH 37/69] build: .gitignore: ignore tests/fs-resize
|
|
|
|
---
|
|
.gitignore | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/.gitignore b/.gitignore
|
|
index 5bb95d4..c2ccd4b 100644
|
|
--- a/.gitignore
|
|
+++ b/.gitignore
|
|
@@ -76,6 +76,7 @@ stamp-h1
|
|
tags
|
|
tests/dup-clobber
|
|
tests/duplicate
|
|
+tests/fs-resize
|
|
tests/help-version.log
|
|
tests/old-init.sh
|
|
tests/print-align
|
|
--
|
|
1.8.3.1
|
|
|