[gnome-builder] gitignore: ignore *.swp files using GITIGNOREFILES



commit 7d697d57faca12551be77170826369c3acfbc058
Author: Christian Hergert <christian hergert me>
Date:   Thu Apr 30 14:21:17 2015 -0700

    gitignore: ignore *.swp files using GITIGNOREFILES

 Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 233e2ed..f5cbc36 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,6 +28,7 @@ DISTCHECK_CONFIGURE_FLAGS = \
        $(NULL)
 
 GITIGNOREFILES = \
+       **/*.swp \
        *.o \
        aclocal.m4 \
        build-aux \


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