Changeset 5e44ac2 for .gitignore


Ignore:
Timestamp:
Aug 15, 2018, 1:58:02 PM (8 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
Children:
90cac45
Parents:
d7d63e5 (diff), 7bd4cc9 (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 demangler

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    rd7d63e5 r5e44ac2  
    1111stamp-h1
    1212/Makefile
    13 src/**/Makefile
    14 tools/**/Makefile
     13**/Makefile
    1514/version
    1615
     
    2928
    3029# src executables, for lib and bin
    31 src/driver/as
    32 src/driver/cfa
    33 src/driver/cfa-cpp
    34 src/driver/cc1
     30driver/as
     31driver/cfa
     32driver/cfa-cpp
     33driver/cc1
    3534
    36 src/prelude/bootloader.c
    37 src/prelude/builtins.cf
    38 src/prelude/extras.cf
    39 src/prelude/gcc-builtins.cf
    40 src/prelude/gcc-builtins.c
    41 src/prelude/prelude.cf
    42 src/libcfa/libcfa-prelude.c
     35libcfa/prelude/bootloader.c
     36libcfa/prelude/builtins.cf
     37libcfa/prelude/extras.cf
     38libcfa/prelude/gcc-builtins.cf
     39libcfa/prelude/gcc-builtins.c
     40libcfa/prelude/prelude.cf
     41libcfa/x64-debug/
     42libcfa/x64-nodebug/
     43libcfa/x64-nolib/
     44libcfa/x86-debug/
     45libcfa/x86-nodebug/
     46libcfa/x86-nolib/
     47libcfa/arm-debug/
     48libcfa/arm-nodebug/
     49libcfa/arm-nolib/
     50
    4351
    4452# generated by bison and lex from parser.yy and lex.ll
Note: See TracChangeset for help on using the changeset viewer.