[123525] trunk/.gitignore

larryv at macports.org larryv at macports.org
Sat Aug 9 18:20:04 PDT 2014


Revision: 123525
          https://trac.macports.org/changeset/123525
Author:   larryv at macports.org
Date:     2014-08-09 18:20:04 -0700 (Sat, 09 Aug 2014)
Log Message:
-----------
.gitignore: Ignore recently-added build products.

Where by "recently-added" I mean "added sometime in the last 5 years".

Modified Paths:
--------------
    trunk/.gitignore

Modified: trunk/.gitignore
===================================================================
--- trunk/.gitignore	2014-08-10 01:20:02 UTC (rev 123524)
+++ trunk/.gitignore	2014-08-10 01:20:04 UTC (rev 123525)
@@ -1,19 +1,29 @@
 # .gitignore file for MacPorts
 
 # Base
+*.dylib
 *.[ao]
 *_autoconf.tcl
 base/doc/*.gz
 base/doc/*.mtree
+base/doc/.dep
 base/doc/macports.conf
+base/doc/pubkeys.conf
 base/Doxyfile
 base/Mk/macports.autoconf.mk
+base/portmgr/dmg/postflight
 base/setupenv.bash
 base/src/config.h
+base/src/cregistry/macports.sqlext
+base/src/pkg_mkindex.sh
 base/src/port/port
 base/src/port/portindex
 base/src/port/portmirror
 base/src/programs/daemondo/build/
+base/src/*.tcl
+base/tests/**/test.tcl
+base/tests/test/library.tcl
+base/vendor/*/
 config.log
 config.status
 Makefile
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140809/7da4ead7/attachment.html>


More information about the macports-changes mailing list