From 2a45f1a87c7c9a8879c3308d59d92f6c4985954d Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 17 Jul 2008 21:01:51 +0200 Subject: [PATCH] gitignore: ignore the proper genreated library symbol files. Michael --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 8f2a734c19f..5e779f1463a 100644 --- a/.gitignore +++ b/.gitignore @@ -32,10 +32,10 @@ source/cscope.out source/torture.tdb source/pkgconfig/*.pc source/st -source/exports/libtdb.version.syms -source/exports/libtalloc.version.syms -source/exports/libwbclient.version.syms -source/exports/libnetapi.version.syms +source/exports/libnetapi.syms +source/exports/libtalloc.syms +source/exports/libtdb.syms +source/exports/libwbclient.syms examples/VFS/Makefile examples/VFS/config.log examples/VFS/config.status -- 2.11.4.GIT