diff options
author | Kai Blin <kai@samba.org> | 2008-05-03 01:50:47 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-05-06 12:26:13 +0200 |
commit | 307c320c07132d91710a42c397141c98c5777848 (patch) | |
tree | 8fcdde6c8f1a2a18e9c702535617982c0d611a83 | |
parent | 1fe90d8d04368c09ba6509949b1281b8b887b04b (diff) | |
download | samba-307c320c07132d91710a42c397141c98c5777848.tar.gz samba-307c320c07132d91710a42c397141c98c5777848.tar.bz2 samba-307c320c07132d91710a42c397141c98c5777848.zip |
gitignore: Add *.swp files, *.patch files and export/libtdb.symb
(This used to be commit 48446f0c798b07a707389404f7a064ed63110cbf)
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d924a3f6cd..7fe98e03d6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ *.o *.po *~ +*.swp +*.patch semantic.cache source/TAGS source/client/client_proto.h @@ -38,6 +40,7 @@ source/cscope.out source/torture.tdb source/pkgconfig/*.pc source/st +source/exports/libtdb.syms examples/VFS/Makefile examples/VFS/config.log examples/VFS/config.status |