Changeset 4eb1db6 for .gitignore


Ignore:
Timestamp:
Jun 2, 2015, 2:28:24 PM (11 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, stuck-waitfor-destruct, with_gc
Children:
954463b8
Parents:
d939274 (diff), c3a4385 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into labels

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    rd939274 r4eb1db6  
    2020
    2121# src executables, for lib and bin
    22 driver/cc1
    23 driver/cfa
     22src/driver/cc1
     23src/driver/cfa
    2424src/cfa-cpp
    25 libcfa/libcfa-prelude.c
     25src/libcfa/libcfa-prelude.c
    2626
    27 # generated by bison and lex from cfa.y and lex.l, respectively
    28 src/Parser/cfa.output
     27# generated by bison and lex from cfa.yy and lex.ll, respectively
     28src/Parser/parser.output
Note: See TracChangeset for help on using the changeset viewer.