root/trunk/ProjectFortress/.hgignore @ 801

Revision 801, 401 bytes (checked in by dr2chase, 2 years ago)

Changed Evaluator to expect FieldRefs? (and relatives) instead of dotted things.
Added stand-in for the type/api disambiguator that we expect will come soon.
Update .hgignore to allow use with Mercurial.
Work not complete: old disambiguator needs renaming, old code for dotteds needs removal.

Line 
1syntax: glob
2.svn
3*.class
4*.orig
5*.o
6*.d
7*.log
8.DS_Store
9TEST-RESULTS/*
10*.cmx
11*.cmo
12*.cmi
13*.cma
14*.cmxa
15*.a
16*.gen
17*.gen.cc
18*.gen.h
19*.yy.cc
20*~
21*.jst
22*.tfs
23*.tfi
24fortress_*.zip
25.dependencies/dependencies.txt
26META
27bin/
28build/
29src/com/sun/fortress/nodes/
30src/com/sun/fortress/parser/Fortress.java
31FortressLibrary.ast
32FortressLibrary.jst
33src/com/sun/fortress/parser_util/precedence_resolver/Operators.java
34
Note: See TracBrowser for help on using the browser.