1
1
Граф коммитов

15 Коммитов

Автор SHA1 Сообщение Дата
Jeff Squyres
755d2c7e9b We do want config/*.diff files.
This commit was SVN r23750.
2010-09-14 05:49:12 +00:00
Jeff Squyres
6c2c68907c If there is a .hgignore_local file, also add that to the end of the
.hgignore file.  This is helpful for svn+hg combo trees.

This commit was SVN r22660.
2010-02-18 14:53:00 +00:00
Ralph Castain
b2b6c259d8 Protect against some common file endings that are auto-generated and don't belong in the repo
This commit was SVN r22499.
2010-01-27 16:51:42 +00:00
Ralph Castain
033233a403 Update Hg ignore build script
This commit was SVN r22136.
2009-10-24 01:00:19 +00:00
Ralph Castain
214e26b539 Per Jeff (this work was done on a branch of mine, so I will do the commit):
Re-enable "./autogen.sh -no-ompi" again. If you -no-ompi, the entire OMPI
configury is skipped and the entire ompi/ subtree is not built. There's
some simple m4-isms that prune out the relevant parts.

I added ompi/config/, orte/config/, and opal/config/ directories. I moved a
bunch of m4 files from the top-level config/ dir into ompi/config/, and a few
into orte/config/.

Note that all 3 <project>/config directories have a config_files.m4 file. This
file contains the AC_CONFIG_FILES list for that project. The AC_CONFIG_FILES
call cannot be in an AC_DEFUN macro and conditionally called -- if it is
included at all, Autoconf will process it. Hence, these config_files.m4 files
don't AC_DEFUN -- they just have AC_CONFIG_FILES. m4_ifdef() is used to
conditionally include the files or not.

I moved a bunch of obvious OMPI-only m4 files from config/ to ompi/config/,
but I'm sure that there's more that could go. A ticket will be filed with
thoughts on future work in this area.

This commit was SVN r22113.
2009-10-20 23:44:20 +00:00
Ralph Castain
ef970293f0 Garr - remove duplicate .git from script. Bizarre that the updates passed each other in the night.
This commit was SVN r21876.
2009-08-25 11:55:50 +00:00
Ralph Castain
d85ddcea28 Add .git to the list of ignores
This commit was SVN r21874.
2009-08-25 11:52:17 +00:00
Ralph Castain
758dc2a754 Add .git to the list
This commit was SVN r21870.
2009-08-22 22:55:03 +00:00
Jeff Squyres
c0b8a4a9b5 I've been working on low-bandwidth links recently; make the hgignore
builer less chatty.  :-)

This commit was SVN r19488.
2008-09-03 08:34:13 +00:00
Jeff Squyres
7bcd285e98 Don't save the old .hgignore file
This commit was SVN r19399.
2008-08-25 12:55:07 +00:00
Ralph Castain
ecfb436e96 Add something that may only exist on the Mac...but is annoying nonetheless.
This commit was SVN r18750.
2008-06-26 15:10:47 +00:00
Ralph Castain
59277e2141 Update the ignores for hg
This commit was SVN r18327.
2008-04-29 02:23:33 +00:00
Jeff Squyres
45ea7230ad Update the hgignore script
This commit was SVN r17430.
2008-02-12 14:22:54 +00:00
Ralph Castain
71378305ed The static-components.h file should never be under svn control - it is dynamically generated during build. Update properties to ignore that file.
Update properties to ignore the carto_file_lex.c file since that is also dynamically generated.

Update the build-hgignore.pl to properly disregard DS_Store files

This commit was SVN r17301.
2008-01-29 14:18:00 +00:00
Jeff Squyres
a972992004 Add a trivial script to build up a .hgignore file.
This commit was SVN r17283.
2008-01-28 15:28:00 +00:00