[SCM] Samba Shared Repository - branch master updated

Andreas Schneider asn at samba.org
Tue Feb 8 02:41:01 MST 2011


The branch, master has been updated
       via  9732955 s3: Added file for clang complete support in vim.
       via  12913c9 s3: Added missing files in .gitignore.
      from  be5edba libndr: share some uuid helpers.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 9732955038d9f3631a849e81f03308acc0aeb9f7
Author: Andreas Schneider <asn at samba.org>
Date:   Mon Feb 7 18:06:40 2011 +0100

    s3: Added file for clang complete support in vim.
    
    Autobuild-User: Andreas Schneider <asn at cryptomilk.org>
    Autobuild-Date: Tue Feb  8 10:40:42 CET 2011 on sn-devel-104

commit 12913c90f7789109c328a6e5e6bdd6002c096b12
Author: Andreas Schneider <asn at samba.org>
Date:   Mon Feb 7 18:06:04 2011 +0100

    s3: Added missing files in .gitignore.

-----------------------------------------------------------------------

Summary of changes:
 .gitignore              |    4 +++-
 source3/.clang_complete |    2 ++
 2 files changed, 5 insertions(+), 1 deletions(-)
 create mode 100644 source3/.clang_complete


Changeset truncated at 500 lines:

diff --git a/.gitignore b/.gitignore
index 51a1247..a8eacd5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,7 +9,7 @@ st/
 *.swp
 tags
 TAGS
-cscope.out
+cscope*.out
 *.x
 autom4te.cache
 config.cache
@@ -17,6 +17,8 @@ config.h
 config.h.in
 config.log
 config.status
+source3/.build.log
+source3/.clang_complete
 source3/configure
 source3/Makefile
 examples/libsmbclient/Makefile.internal
diff --git a/source3/.clang_complete b/source3/.clang_complete
new file mode 100644
index 0000000..a13b5cd
--- /dev/null
+++ b/source3/.clang_complete
@@ -0,0 +1,2 @@
+-I. -I./.. -Iinclude -I./../lib/replace -I./../lib/tevent -I./../lib/addns -I./librpc -I./../lib/talloc -I../lib/tdb/include
+-Iinclude/includes.h.gch


-- 
Samba Shared Repository


More information about the samba-cvs mailing list