summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2009-01-05s3 merged build: Remove redundant #defines that are in idl generated headersTim Prouty1-1/+1
This fixes a series of samba3 build warnings in the merged build with --enable-picky-developer=yes. 'error: "X" redefined', where X is one of the redundant #defines. This required committing a static version of spoolss.h for it to be included by non-merged s3 builds.
2008-12-22Fix standalone build of tdb python module, update ignores for standalone tdb.Jelmer Vernooij1-0/+5
2008-12-20Stop using SWIG for ldb Python bindings.Jelmer Vernooij1-0/+3
2008-12-20Fix standalone compilation of events library.Jelmer Vernooij1-0/+1
2008-12-16Ignore generated files.Jelmer Vernooij1-0/+33
2008-12-16Add new script for building IDL files in librpc/idl, generating bothJelmer Vernooij1-18/+18
Samba 3 and Samba 4 output.
2008-12-16Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij1-0/+2
2008-12-16Ignore setup symlink.Jelmer Vernooij1-0/+1
2008-12-16nsswitch: Move source3 files to top level dir.Kai Blin1-0/+2
Don't move source4 files yet to not confuse git's rename tracking too much.
2008-10-18Fix ignore for libcli/nbt/nbtname.hJelmer Vernooij1-1/+1
2008-10-18Fix gitignore.Jelmer Vernooij1-2/+2
2008-10-12Ignore generated but unused files.Jelmer Vernooij1-0/+4
2008-10-12Make util_tdb.h static since it is now used by Samba3.Jelmer Vernooij1-1/+0
2008-10-11Move lib/util from source4 to top-level libutil.Jelmer Vernooij1-5/+5
Conflicts: source4/Makefile
2008-09-30Update .gitignore for new pidl location.Jelmer Vernooij1-4/+4
2008-09-16add generated files in packaging/RHEL[-CTDB]/ to .gitignoreMichael Adam1-0/+3
Michael
2008-09-15Ignore generated Samba 4 files.Jelmer Vernooij1-0/+4
2008-09-15Ignore generated build files.Jelmer Vernooij1-0/+2
2008-09-14Merge Samba3 and Samba4 togetherStefan Metzmacher1-0/+301
2008-09-04Ignore unused pidl-generated files.Jelmer Vernooij1-0/+10
(This used to be commit 7eb6bfca40d9ecc225e40661093697edd07699e6)
2008-08-26heimdal_build: autogenerate the heimdal private/proto headersStefan Metzmacher1-0/+12
Now it's possible to just use a plain heimdal tree in source/heimdal/ without any pregenerated files. metze (This used to be commit da333ca7113f78eeacab4f93b401f075114c7d88)
2008-08-26heimdal_build: autogenerate table files in heimdal/lib/wind/Stefan Metzmacher1-0/+1
metze (This used to be commit f4cfba26aebb18fecdb50478bec9c07d4910ab3b)
2008-08-21gitignore: add examples/libsmbclient/Makefile.internal - a generated fileMichael Adam1-0/+1
Michael (This used to be commit 25fed055c0ee1d892b902caae2a1188977316f14)
2008-08-20gitignore: add examples/libsmbclient/treeMichael Adam1-0/+1
Michael (This used to be commit e5c4cbbf5a4b3e5db1732043a74cd1f4a5eec136)
2008-08-20gitignore: add lib/netapi/tests/MakefileMichael Adam1-0/+1
Michael (This used to be commit fdf29c1cdf6b9bd1c6fb7a9f070084e0df5470bb)
2008-08-20gitignore: add libsmbsharemodes.syms - this is now generatedMichael Adam1-0/+1
Michael (This used to be commit 11458f9a9ac17c68aa0496d2ade4b93d02e7ebcc)
2008-08-20gitignore: add libsmbclient.syms - this is now generatedMichael Adam1-0/+1
Michael (This used to be commit 02d4b820fccfef1387f47db4bb5ade3dfd0d25bb)
2008-08-18Note the ldb syntax for attribute syntaxes in the table.Andrew Bartlett1-1/+1
This includes additional Samba-specific syntaxes made available from the ldif_handlers code. This commit also changes some table to use #defines, to ensure consistancy in other parts of the code. Andrew Bartlett (This used to be commit e26a5efd9a580ed3728e1f449e367b1cd4a73b5f)
2008-07-17gitignore: ignore the proper genreated library symbol files.Michael Adam1-4/+4
Michael (This used to be commit 2a45f1a87c7c9a8879c3308d59d92f6c4985954d)
2008-05-24Add generated library symbols files to .gitignoreMichael Adam1-1/+4
Michael (This used to be commit 14635b2684d9167fb59193cfd225925dd3baac3f)
2008-05-21gitignore: Ignore some output files from make test.Andrew Kroeger1-0/+4
(This used to be commit 617d4b666514f997510a942c6f8aba6a4ae5e40e)
2008-05-21Ignore generated netlogon headers.Jelmer Vernooij1-0/+2
(This used to be commit 28e04f751f1d509da2c821f33df79b2a0c2d5a1a)
2008-05-20Don't regenerate pam_errors.h any more.Andrew Bartlett1-1/+0
Due to the new rules on prototypes, it must be a static header file. Andrew Bartlett (This used to be commit cf60a9b34ec2419b2bc03a37190cb17ad4cf3d5f)
2008-05-18libnet: freeze libnet_proto.h from "make proto"Michael Adam1-1/+0
Michael (This used to be commit b455cd1a619a1f1922e2e7bc07f1af246e3201e6)
2008-05-18build: freeze passwd_proto.h from "make proto"Michael Adam1-1/+0
Michael (This used to be commit 00cff301071fe2670e8358195b937de49aa2aa14)
2008-05-18net: freeze net_proto.h from "make proto"Michael Adam1-1/+0
Michael (This used to be commit 673b24052a6864579683e9adb56522a12447abca)
2008-05-18ntlm_auth: freeze ntlm_auth_proto.h from "make proto"Michael Adam1-1/+0
Michael (This used to be commit 35a517315b83aa7ccea34ec725b15c04ceb5e70e)
2008-05-18smbclient: freeze client_proto.h from "make proto"Michael Adam1-1/+0
Michael (This used to be commit f8c0710165ee1ede46d7ed34daa5564d20d3f069)
2008-05-18swat: freeze swat_proto.h from "make proto"Michael Adam1-1/+0
Michael (This used to be commit 372c58cc220efc01af4b90b82b75191296a62e81)
2008-05-18winbindd: freeze winbindd_proto.hMichael Adam1-1/+0
Michael (This used to be commit 467b8f0f4d58fc00d07264c651016087bd00b233)
2008-05-18build: freeze proto.hMichael Adam1-1/+0
Michael (This used to be commit ff7f0cad2eb108daa61a910cd9171ab0811a5f60)
2008-05-06gitignore: Add *.swp files, *.patch files and export/libtdb.symbKai Blin1-0/+3
(This used to be commit 48446f0c798b07a707389404f7a064ed63110cbf)
2008-04-21Ignore Emacs' semantic.cacheAlexander Bokovoy1-0/+1
(This used to be commit 8246ffc66e6425809cfb8ca48bb31710dcddbd26)
2008-04-02Reintroduce header previously autogenerated but ignored by git.Jelmer Vernooij1-3/+0
Also fixed extra include in regpatch. (This used to be commit 0e371cf169e9a607fcbb3e65437ab9413935dd52)
2008-03-12Ignore some unneeded autogenerated cli_ and srv_ functions.Günther Deschner1-0/+12
Guenther (This used to be commit c8ea359c19f2907683d0cd566ef19f09cc6101bf)
2008-02-29Ignore autogenerated file.Jelmer Vernooij1-0/+1
(This used to be commit 52eb2397387c62a1c5e52ce4ae217adca2c2eb1b)
2008-02-26update .gitignore with new test program executableDerrell Lipman1-0/+1
(This used to be commit 7e6da154b18f0aabcf2f8050bc5a57677bc9b322)
2008-02-21idmap: Handle uid->SID mappingKai Blin1-0/+1
(This used to be commit 6ac6de8476ba036eb041e054bc37e4503dc2fde8)
2008-02-19No longer ignore torture/util.h; it's static now.Jelmer Vernooij1-1/+0
(This used to be commit cebb68440540114531e89b774d7437d1d05a1b56)
2008-02-16Add static header for gencache.Jelmer Vernooij1-1/+0
(This used to be commit 58c25657bf552a11e7c522602805ba961de94cf2)