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

[MiNT] [PATCH] .cvsignore for Cygwin



Hello.

I always build FreeMiNT using Cygwin. On that system the build tools have the .exe extension. So the tools built at compile time appears in the list of changed files, that's annoying. Here is a tiny patch to fix that.

Alan or someone else, please commit!

--
Vincent Rivière
diff -x CVS -aurN freemint.orig/sys/buildinfo/.cvsignore freemint/sys/buildinfo/.cvsignore
--- freemint.orig/sys/buildinfo/.cvsignore	2000-06-27 23:59:11.000000000 +0200
+++ freemint/sys/buildinfo/.cvsignore	2011-06-11 10:01:22.000000000 +0200
@@ -12,6 +12,7 @@
 *.prg
 __target.*
 mkbuild
+mkbuild.exe
 cdef.h
 build.h
 buildserial
diff -x CVS -aurN freemint.orig/sys/gen-syscall/.cvsignore freemint/sys/gen-syscall/.cvsignore
--- freemint.orig/sys/gen-syscall/.cvsignore	2011-04-04 22:02:16.876573000 +0200
+++ freemint/sys/gen-syscall/.cvsignore	2011-06-11 10:01:47.359375000 +0200
@@ -1,3 +1,4 @@
 .deps
 gen-syscall
+gen-syscall.exe
 *.o