|
Revision 42261, 1.2 KB
(checked in by simon@…, 7 weeks ago)
|
|
Updated .gitignore to ignore more doc files.
|
| Line | |
|---|
| 1 | # .gitignore file for MacPorts |
|---|
| 2 | |
|---|
| 3 | |
|---|
| 4 | # Ignore generated files. |
|---|
| 5 | base/Doxyfile |
|---|
| 6 | base/Makefile |
|---|
| 7 | base/Mk/macports.autoconf.mk |
|---|
| 8 | base/config.log |
|---|
| 9 | base/config.status |
|---|
| 10 | base/doc/macosx.mtree |
|---|
| 11 | base/doc/macports.conf |
|---|
| 12 | base/doc/macports.conf.5.gz |
|---|
| 13 | base/doc/port.1.gz |
|---|
| 14 | base/doc/portfile.7.gz |
|---|
| 15 | base/doc/portgroup.7.gz |
|---|
| 16 | base/doc/porthier.7.gz |
|---|
| 17 | base/doc/portstyle.7.gz |
|---|
| 18 | base/doc/prefix.mtree |
|---|
| 19 | base/portmgr/fedora/macports.spec |
|---|
| 20 | base/portmgr/freebsd/Makefile |
|---|
| 21 | base/setupenv.bash |
|---|
| 22 | base/src/Makefile |
|---|
| 23 | base/src/config.h |
|---|
| 24 | base/src/cregistry/cregistry.a |
|---|
| 25 | base/src/macports1.0/macports_autoconf.tcl |
|---|
| 26 | base/src/macports1.0/macports_fastload.tcl |
|---|
| 27 | base/src/pathconf/Makefile |
|---|
| 28 | base/src/pathconf/manpaths |
|---|
| 29 | base/src/pathconf/paths |
|---|
| 30 | base/src/port/port |
|---|
| 31 | base/src/port/portindex |
|---|
| 32 | base/src/port/portmirror |
|---|
| 33 | base/src/port1.0/pkgIndex.tcl |
|---|
| 34 | base/src/port1.0/port_autoconf.tcl |
|---|
| 35 | base/src/programs/Makefile |
|---|
| 36 | base/src/programs/daemondo/Makefile |
|---|
| 37 | base/src/programs/daemondo/build |
|---|
| 38 | base/src/registry1.0/registry_autoconf.tcl |
|---|
| 39 | base/src/tclobjc1.0/Makefile |
|---|
| 40 | doc-new/guide.tmp.xml |
|---|
| 41 | doc-new/guide/html/ |
|---|
| 42 | doc-new/guide/resources/xsl |
|---|
| 43 | doc-new/man/man/ |
|---|
| 44 | doc-new/man/resources/macports.xsl |
|---|
| 45 | pkgIndex.tcl |
|---|
| 46 | |
|---|
| 47 | # Ignore MacPorts work directories. |
|---|
| 48 | work |
|---|
| 49 | |
|---|
| 50 | # Ignore quilt series files. |
|---|
| 51 | series |
|---|