summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* heimdal_build: autogenerate the heimdal private/proto headersStefan Metzmacher2008-08-261-0/+12
| | | | | | | Now it's possible to just use a plain heimdal tree in source/heimdal/ without any pregenerated files. metze
* heimdal_build: autogenerate table files in heimdal/lib/wind/Stefan Metzmacher2008-08-261-0/+1
| | | | metze
* Note the ldb syntax for attribute syntaxes in the table.Andrew Bartlett2008-08-181-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
* gitignore: Ignore some output files from make test.Andrew Kroeger2008-05-211-0/+4
|
* Ignore generated netlogon headers.Jelmer Vernooij2008-05-211-0/+2
|
* Don't regenerate pam_errors.h any more.Andrew Bartlett2008-05-201-1/+0
| | | | | | Due to the new rules on prototypes, it must be a static header file. Andrew Bartlett
* Reintroduce header previously autogenerated but ignored by git.Jelmer Vernooij2008-04-021-3/+0
| | | | Also fixed extra include in regpatch.
* Ignore autogenerated file.Jelmer Vernooij2008-02-291-0/+1
|
* idmap: Handle uid->SID mappingKai Blin2008-02-211-0/+1
|
* No longer ignore torture/util.h; it's static now.Jelmer Vernooij2008-02-191-1/+0
|
* Add static header for gencache.Jelmer Vernooij2008-02-161-1/+0
|
* Ignore pidl Makefile, which is autogenerated.Jelmer Vernooij2008-02-131-0/+1
|
* Avoid autogenerating the Makefile but rather include a data.mk fileJelmer Vernooij2008-02-111-1/+2
| | | | that is autogenerated.
* Ignore mkconfig.mk file, which is autogenerated.Jelmer Vernooij2008-02-111-0/+1
|
* Ignore Python apidocs, vim swap files.Jelmer Vernooij2008-02-091-0/+2
|
* Ignore newly generated proto header.Jelmer Vernooij2008-01-161-1/+1
|
* selftest: Ignore output generated by html formatter.Jelmer Vernooij2008-01-141-0/+1
|
* Ignore compiled Python files.Jelmer Vernooij2008-01-101-0/+1
|
* Update ignore list.Jelmer Vernooij2008-01-101-0/+12
|
* r25720: update .gitignoreStefan Metzmacher2007-12-211-8/+5
| | | | metze
* r23676: Added a .gitignore file to hide generated files from git status.Kai Blin2007-10-101-0/+184
It's identical to .bzrignore