ignore some generated product
authorDiane Trout <diane@caltech.edu>
Wed, 29 Mar 2006 05:14:51 +0000 (05:14 +0000)
committerDiane Trout <diane@caltech.edu>
Wed, 29 Mar 2006 05:14:51 +0000 (05:14 +0000)
there's no need to version control things we build.

.boring
osxdist.py

diff --git a/.boring b/.boring
index 918a95a541b384ecce29e7d12aeff6263872dd8c..4dd64d8f74b746275c6ba69bbf79f33a9a76f2c5 100644 (file)
--- a/.boring
+++ b/.boring
@@ -1,4 +1,5 @@
 # Boring file regexps:
+(^|/)unittests$
 # doxygen output
 (^|/)doc/html($|/)
 (^|/)doc/latex($|/)
@@ -6,7 +7,7 @@
 \.d$
 # qt
 moc_.*\.cpp$
-qrc_(^|/)*$
+qrc_.*\.cpp$
 (^|/)mussagl.app($|/)
 # mussa specific thingies
 \.museq$
index b1e820a88b5c8d98ace000cea5559e16868f953c..383ed016bf138499634668e7815932b5468f1093 100644 (file)
@@ -51,7 +51,7 @@ def main(args):
   framework_subpath = os.path.join("%(framework)s.framework", "Versions", "4.0", "%(framework)s")
   frameworks = ['QtCore', 'QtGui', 'QtOpenGL']
 
-  qt_lib_dir="/usr/local/qt/4.1.0-shared/lib"
+  qt_lib_dir="/usr/local/qt-4.1.1/lib"
   qt_framework=os.path.join(qt_lib_dir, framework_subpath)
 
   app_name="mussagl"