[gparted] .gitignore: Do not track compile script



commit bd75641842f897b6c923b5e0d82629a99f0d0376
Author: Luca Bacci <luca bacci982 gmail com>
Date:   Mon Jul 30 10:23:05 2018 +0200

    .gitignore: Do not track compile script
    
    Automake 1.14 also now always creates the 'compile' script.
    http://git.savannah.gnu.org/cgit/automake.git/tree/NEWS?h=v1.14#n110

 .gitignore | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitignore b/.gitignore
index aedd97cd..ed1dbe08 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,6 +24,7 @@ Makefile.in.in
 POTFILES
 aclocal.m4
 autom4te.cache
+compile
 config.*
 configure
 depcomp


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