changeset 0:7d83462103bc

Initial add of .hgeol, .hgignore and default branch files
author Sean Halle <seanhalle@yahoo.com>
date Sat, 25 Aug 2012 14:41:19 -0700
parents
children 11d15c47beaf
files .hgeol .hgignore __brch__default
diffstat 3 files changed, 27 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/.hgeol	Sat Aug 25 14:41:19 2012 -0700
     1.3 @@ -0,0 +1,14 @@
     1.4 +
     1.5 +[patterns]
     1.6 +**.py = native
     1.7 +**.txt = native
     1.8 +**.c = native
     1.9 +**.h = native
    1.10 +**.cpp = native
    1.11 +**.java = native
    1.12 +**.class = bin
    1.13 +**.jar = bin
    1.14 +**.sh = native
    1.15 +**.pl = native
    1.16 +**.jpg = bin
    1.17 +**.gif = bin
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/.hgignore	Sat Aug 25 14:41:19 2012 -0700
     2.3 @@ -0,0 +1,12 @@
     2.4 +nbproject
     2.5 +Makefile
     2.6 +build
     2.7 +dist
     2.8 +src/Default
     2.9 +src/.settings
    2.10 +src/.cproject
    2.11 +src/.project
    2.12 +.dep.inc
    2.13 +glob:.cproject
    2.14 +glob:.project
    2.15 +glob:Debug
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/__brch__default	Sat Aug 25 14:41:19 2012 -0700
     3.3 @@ -0,0 +1,1 @@
     3.4 +Applications normally have only the default branch -- they shouldn't be affected by any choices in VMS or language..