diff options
author | Michael Adam <obnox@samba.org> | 2008-07-17 21:05:11 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-07-17 21:05:11 +0200 |
commit | 1006173f98ea8a19c4891c543373124dc2f65282 (patch) | |
tree | 712d554e3401502bddc0ee84c816d781fa2e99b4 /.gitignore | |
parent | eaee722ca74af274e628cbd868753800bddc3e97 (diff) | |
download | samba-1006173f98ea8a19c4891c543373124dc2f65282.tar.gz samba-1006173f98ea8a19c4891c543373124dc2f65282.tar.xz samba-1006173f98ea8a19c4891c543373124dc2f65282.zip |
gitignore: ignore the generated library symbol files
Michael
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index fa58e015177..764d38b3b56 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,10 @@ source/cscope.out source/torture.tdb source/pkgconfig/*.pc source/st +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 |