From 596316d8ad44c04b384a7b489e9c28058fd2b195 Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Sat, 15 Jun 2013 12:22:29 +0200 Subject: [PATCH] [apt] On ignore les fichiers finissant par .save du sources.list.d --- Bundler/apt.xml | 1 + Cfg/etc/apt/apt.conf.d/99ignoresave/99ignoresave | 1 + 2 files changed, 2 insertions(+) create mode 100644 Cfg/etc/apt/apt.conf.d/99ignoresave/99ignoresave diff --git a/Bundler/apt.xml b/Bundler/apt.xml index a80313f..ce05f0f 100644 --- a/Bundler/apt.xml +++ b/Bundler/apt.xml @@ -1,6 +1,7 @@ + diff --git a/Cfg/etc/apt/apt.conf.d/99ignoresave/99ignoresave b/Cfg/etc/apt/apt.conf.d/99ignoresave/99ignoresave new file mode 100644 index 0000000..465eb3b --- /dev/null +++ b/Cfg/etc/apt/apt.conf.d/99ignoresave/99ignoresave @@ -0,0 +1 @@ +Dir::Ignore-Files-Silently:: "(.save|.distUpgrade)$";