Re: [AD] [patch] MinGW .cvsignore |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Monday 24 January 2005 00:22, Daniel Schlyder wrote:
> Attached is a silly little patch to get rid of some question marks in my
> MinGW-built copy of Allegro CVS.
Index: .cvsignore
===================================================================
RCS file: /cvsroot/alleg/allegro/.cvsignore,v
retrieving revision 1.8
diff -u -p -r1.8 .cvsignore
--- .cvsignore 24 Nov 2003 22:27:59 -0000 1.8
+++ .cvsignore 23 Jan 2005 23:17:21 -0000
@@ -15,3 +15,4 @@ autom4te.cache
readme.txt
makefile.info
*.pdb
+*.dat
I'm not sure about this one...
Index: obj/mingw32/.cvsignore
===================================================================
RCS file: /cvsroot/alleg/allegro/obj/mingw32/.cvsignore,v
retrieving revision 1.2
diff -u -p -r1.2 .cvsignore
--- obj/mingw32/.cvsignore 5 Sep 2004 11:48:41 -0000 1.2
+++ obj/mingw32/.cvsignore 23 Jan 2005 23:17:21 -0000
@@ -1,5 +1,5 @@
asmcapa.h
-asmdef.s
cpp-tested
cpp-yes
*.res
+*.s
What other .s files are generated in this directory?
Index: tools/.cvsignore
===================================================================
RCS file: /cvsroot/alleg/allegro/tools/.cvsignore,v
retrieving revision 1.1
diff -u -p -r1.1 .cvsignore
--- tools/.cvsignore 15 Oct 2000 17:59:39 -0000 1.1
+++ tools/.cvsignore 23 Jan 2005 23:17:21 -0000
@@ -6,4 +6,4 @@
[^.][^.][^.][^.][^.][^.]
[^.][^.][^.][^.][^.][^.][^.]
[^.][^.][^.][^.][^.][^.][^.][^.]
-
+allegro.cfg
Should be fine, I guess.
Evert