Changeset 90152a4 for .gitignore


Ignore:
Timestamp:
Aug 27, 2018, 4:40:34 PM (8 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
Children:
b7c89aa
Parents:
f9feab8 (diff), 305581d (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 cleanup-dtors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    rf9feab8 r90152a4  
    88config.status
    99config.log
     10config.py
    1011stamp-h1
    11 Makefile
    12 driver/Makefile
    13 libcfa/Makefile
    14 src/Makefile
     12/Makefile
     13**/Makefile
    1514/version
    1615
     
    2524include
    2625share
     26build
    2727*.class
    2828
    2929# src executables, for lib and bin
    30 src/driver/cc1
    31 src/driver/cfa
    32 src/driver/cfa-cpp
     30driver/as
     31driver/cfa
     32driver/cfa-cpp
     33driver/cc1
    3334
    34 src/prelude/builtins.cf
    35 src/prelude/gcc-builtins.cf
    36 src/prelude/gcc-builtins.c
    37 src/prelude/extras.cf
    38 src/prelude/bootloader.c
    39 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
    4051
    4152# generated by bison and lex from parser.yy and lex.ll
Note: See TracChangeset for help on using the changeset viewer.