From 630a7e7da868d242ed8b3bdff640e18d0359927e Mon Sep 17 00:00:00 2001 From: verhaegs Date: Fri, 1 Apr 2011 13:46:36 +0000 Subject: [PATCH] Ignore generated files git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@37985 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/hidds/hidd.nouveau/drm/drm-aros/drmP.h | 2 +- workbench/hidds/hidd.nouveau/drm/drm-aros/drm_aros.c | 2 +- workbench/hidds/hidd.nouveau/drm/drm-aros/drm_compat_types.h | 2 +- workbench/hidds/hidd.nouveau/drm/drm-aros/drm_drv.c | 2 +- workbench/hidds/hidd.nouveau/drm/drm-aros/nouveau/nouveau_drv.c | 2 +- workbench/hidds/hidd.nouveau/drm/drm-aros/nouveau/nouveau_pciids.h | 2 +- workbench/hidds/hidd.nouveau/mmakefile.src | 2 +- workbench/hidds/hidd.nouveau/nouveau_init.c | 2 +- workbench/hidds/hidd.nouveau/nouveau_intern.h | 2 +- workbench/hidds/hidd.nouveau/nouveauclass.c | 2 +- workbench/hidds/hidd.nouveau/nouveaui2c.c | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/workbench/hidds/hidd.nouveau/drm/drm-aros/drmP.h b/workbench/hidds/hidd.nouveau/drm/drm-aros/drmP.h index 26b6359e18..0e8777fdc6 100644 --- a/workbench/hidds/hidd.nouveau/drm/drm-aros/drmP.h +++ b/workbench/hidds/hidd.nouveau/drm/drm-aros/drmP.h @@ -1,6 +1,6 @@ /* Copyright 2009-2010, The AROS Development Team. All rights reserved. - $Id: drmP.h 33731 2010-06-29 18:29:56Z deadwood $ + $Id$ */ /*- diff --git a/workbench/hidds/hidd.nouveau/drm/drm-aros/drm_aros.c b/workbench/hidds/hidd.nouveau/drm/drm-aros/drm_aros.c index 0cb3c05b61..1f421bf891 100644 --- a/workbench/hidds/hidd.nouveau/drm/drm-aros/drm_aros.c +++ b/workbench/hidds/hidd.nouveau/drm/drm-aros/drm_aros.c @@ -1,6 +1,6 @@ /* Copyright 2009, The AROS Development Team. All rights reserved. - $Id: drm_aros.c 33175 2010-05-04 19:45:15Z deadwood $ + $Id$ */ #include "drmP.h" diff --git a/workbench/hidds/hidd.nouveau/drm/drm-aros/drm_compat_types.h b/workbench/hidds/hidd.nouveau/drm/drm-aros/drm_compat_types.h index ade5f21e8d..5f1ae3e99b 100644 --- a/workbench/hidds/hidd.nouveau/drm/drm-aros/drm_compat_types.h +++ b/workbench/hidds/hidd.nouveau/drm/drm-aros/drm_compat_types.h @@ -1,6 +1,6 @@ /* Copyright 2009, The AROS Development Team. All rights reserved. - $Id: drm_compat_types.h 36033 2010-12-11 12:49:14Z deadwood $ + $Id$ */ #ifndef _DRM_COMPAT_TYPES_ diff --git a/workbench/hidds/hidd.nouveau/drm/drm-aros/drm_drv.c b/workbench/hidds/hidd.nouveau/drm/drm-aros/drm_drv.c index 54e23fd6b9..41ed1abcbf 100644 --- a/workbench/hidds/hidd.nouveau/drm/drm-aros/drm_drv.c +++ b/workbench/hidds/hidd.nouveau/drm/drm-aros/drm_drv.c @@ -1,6 +1,6 @@ /* Copyright 2009, The AROS Development Team. All rights reserved. - $Id: drm_drv.c 33568 2010-06-13 11:11:33Z deadwood $ + $Id$ */ #include "drmP.h" diff --git a/workbench/hidds/hidd.nouveau/drm/drm-aros/nouveau/nouveau_drv.c b/workbench/hidds/hidd.nouveau/drm/drm-aros/nouveau/nouveau_drv.c index b958ad0ccd..363c2551c2 100644 --- a/workbench/hidds/hidd.nouveau/drm/drm-aros/nouveau/nouveau_drv.c +++ b/workbench/hidds/hidd.nouveau/drm/drm-aros/nouveau/nouveau_drv.c @@ -1,6 +1,6 @@ /* Copyright 2009, The AROS Development Team. All rights reserved. - $Id: nouveau_drv.c 33731 2010-06-29 18:29:56Z deadwood $ + $Id$ */ #include "drmP.h" diff --git a/workbench/hidds/hidd.nouveau/drm/drm-aros/nouveau/nouveau_pciids.h b/workbench/hidds/hidd.nouveau/drm/drm-aros/nouveau/nouveau_pciids.h index 134f5f56a0..577526e21e 100644 --- a/workbench/hidds/hidd.nouveau/drm/drm-aros/nouveau/nouveau_pciids.h +++ b/workbench/hidds/hidd.nouveau/drm/drm-aros/nouveau/nouveau_pciids.h @@ -1,6 +1,6 @@ /* Copyright 2009, The AROS Development Team. All rights reserved. - $Id: nouveau_pciids.h 34292 2010-08-29 19:14:11Z deadwood $ + $Id$ */ #if !defined(NOVUEAU_PCIIDS_H) diff --git a/workbench/hidds/hidd.nouveau/mmakefile.src b/workbench/hidds/hidd.nouveau/mmakefile.src index cef2164841..e20fe6c7a9 100644 --- a/workbench/hidds/hidd.nouveau/mmakefile.src +++ b/workbench/hidds/hidd.nouveau/mmakefile.src @@ -1,4 +1,4 @@ -# $Id: mmakefile.src 35426 2010-11-13 15:08:31Z deadwood $ +# $Id$ include $(TOP)/config/make.cfg include $(SRCDIR)/$(CURDIR)/drm/sources.drm.mak diff --git a/workbench/hidds/hidd.nouveau/nouveau_init.c b/workbench/hidds/hidd.nouveau/nouveau_init.c index a783066e56..83bcb5a9da 100644 --- a/workbench/hidds/hidd.nouveau/nouveau_init.c +++ b/workbench/hidds/hidd.nouveau/nouveau_init.c @@ -1,6 +1,6 @@ /* Copyright © 2010, The AROS Development Team. All rights reserved. - $Id: nouveau_init.c 35881 2010-12-03 20:28:26Z deadwood $ + $Id$ */ #include "nouveau_intern.h" diff --git a/workbench/hidds/hidd.nouveau/nouveau_intern.h b/workbench/hidds/hidd.nouveau/nouveau_intern.h index e9210fea7d..249a7d242b 100644 --- a/workbench/hidds/hidd.nouveau/nouveau_intern.h +++ b/workbench/hidds/hidd.nouveau/nouveau_intern.h @@ -2,7 +2,7 @@ #define _NOUVEAU_INTERN_H /* Copyright © 2010, The AROS Development Team. All rights reserved. - $Id: nouveau_intern.h 35441 2010-11-13 22:17:39Z deadwood $ + $Id$ */ #include diff --git a/workbench/hidds/hidd.nouveau/nouveauclass.c b/workbench/hidds/hidd.nouveau/nouveauclass.c index ac527d08df..d2991369cb 100644 --- a/workbench/hidds/hidd.nouveau/nouveauclass.c +++ b/workbench/hidds/hidd.nouveau/nouveauclass.c @@ -1,6 +1,6 @@ /* Copyright © 2010, The AROS Development Team. All rights reserved. - $Id: nouveauclass.c 35441 2010-11-13 22:17:39Z deadwood $ + $Id$ */ #include "nouveau_intern.h" diff --git a/workbench/hidds/hidd.nouveau/nouveaui2c.c b/workbench/hidds/hidd.nouveau/nouveaui2c.c index 05046148f5..2e1f0e7965 100644 --- a/workbench/hidds/hidd.nouveau/nouveaui2c.c +++ b/workbench/hidds/hidd.nouveau/nouveaui2c.c @@ -1,6 +1,6 @@ /* Copyright © 2010, The AROS Development Team. All rights reserved. - $Id: nouveaui2c.c 33313 2010-05-19 18:12:41Z deadwood $ + $Id$ */ #include "drmP.h" -- 2.11.4.GIT