Changeset 937e51d for .gitignore


Ignore:
Timestamp:
Jun 26, 2015, 4:00:26 PM (11 years ago)
Author:
Aaron Moss <a3moss@…>
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:
0df292b, e0ff3e6
Parents:
eb50842 (diff), 1869adf (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 pointer to pointer to qualified fix into master

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    reb50842 r937e51d  
    11# build files
    2 *.[ado]
     2*.[ao]
    33
    44# generated by configure
    5 Makefile
    6 aclocal.m4
    75autom4te.cache
    86config.h
     
    108config.log
    119stamp-h1
     10Makefile
    1211driver/Makefile
    1312libcfa/Makefile
     
    1514
    1615# build directories
     16.deps
     17.dirstamp
    1718bin
    1819lib
    1920
    2021# src executables, for lib and bin
    21 driver/cc1
    22 driver/cfa
     22src/driver/cc1
     23src/driver/cfa
    2324src/cfa-cpp
    24 libcfa/libcfa-prelude.c
     25src/libcfa/libcfa-prelude.c
    2526
    26 # generated by bison and lex from cfa.y and lex.l, respectively
    27 src/Parser/cfa.output
    28 src/Parser/cfa.tab.cc
    29 src/Parser/cfa.tab.h
    30 src/Parser/lex.yy.cc
     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.