From e9b8e887c1db8a86b15104db8043257c1fa3738b Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 17 Jul 2008 21:01:51 +0200 Subject: gitignore: ignore the proper genreated library symbol files. Michael (This used to be commit 2a45f1a87c7c9a8879c3308d59d92f6c4985954d) --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.gitignore') 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 -- cgit v1.2.1