diff options
author | Michael Adam <obnox@samba.org> | 2008-07-17 21:01:51 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-07-17 21:02:32 +0200 |
commit | e9b8e887c1db8a86b15104db8043257c1fa3738b (patch) | |
tree | 98c965acbaba53566b5af7f9bf4faadbb0e585d7 /.gitignore | |
parent | 9ec49801616556b3dd4542ef108145ea04586d21 (diff) | |
download | samba-e9b8e887c1db8a86b15104db8043257c1fa3738b.tar.gz samba-e9b8e887c1db8a86b15104db8043257c1fa3738b.tar.xz samba-e9b8e887c1db8a86b15104db8043257c1fa3738b.zip |
gitignore: ignore the proper genreated library symbol files.
Michael
(This used to be commit 2a45f1a87c7c9a8879c3308d59d92f6c4985954d)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files 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 |