[gparted] Remove old .cvsignore files



commit 69d1bbcf8ff5a8102420aa88579d0b77f2fce22e
Author: Mike Fleetwood <mike fleetwood googlemail com>
Date:   Wed Apr 12 16:12:11 2017 +0100

    Remove old .cvsignore files
    
    As the source code is managed in GIT and there is a .gitignore file in
    the top level directory specifying file names to exclude from version
    control, then the old per-directory .cvsignore files for CVS are
    redundant.
    
    Add the only missing and applicable entry from src/.cvsignore of '.libs'
    to .gitignore and remove all the .cvsignore files.

 .cvsignore         |   33 ---------------------------------
 .gitignore         |    1 +
 compose/.cvsignore |    3 ---
 include/.cvsignore |    3 ---
 po/.cvsignore      |   17 -----------------
 src/.cvsignore     |    7 -------
 6 files changed, 1 insertions(+), 63 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f104066..0b30ece 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,6 +13,7 @@
 .csettings
 .deps
 .intltool-merge-cache
+.libs
 .project
 .xml2po.mo
 INSTALL


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]