Changeset b067d9b for .gitignore


Ignore:
Timestamp:
Oct 29, 2019, 4:01:24 PM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
Children:
773db65, 9421f3d8
Parents:
7951100 (diff), 8364209 (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' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    r7951100 rb067d9b  
    88config.status
    99config.log
     10config.py
    1011stamp-h1
     12libtool
    1113/Makefile
    12 src/**/Makefile
    13 tools/**/Makefile
     14**/Makefile
    1415/version
    1516
     
    2021.deps
    2122.dirstamp
    22 bin
    23 lib
    24 include
    25 share
     23/bin
     24/lib
     25/include
     26/share
     27/build
    2628*.class
    2729
    2830# src executables, for lib and bin
    29 src/driver/cc1
    30 src/driver/cfa
    31 src/driver/cfa-cpp
     31driver/as
     32driver/cfa
     33driver/cfa-cpp
     34driver/cc1
    3235
    33 src/prelude/builtins.cf
    34 src/prelude/gcc-builtins.cf
    35 src/prelude/gcc-builtins.c
    36 src/prelude/extras.cf
    37 src/prelude/bootloader.c
    38 src/libcfa/libcfa-prelude.c
     36libcfa/prelude/bootloader.c
     37libcfa/prelude/builtins.cf
     38libcfa/prelude/extras.cf
     39libcfa/prelude/gcc-builtins.cf
     40libcfa/prelude/gcc-builtins.c
     41libcfa/prelude/prelude.cfa
     42libcfa/x64-debug/
     43libcfa/x64-nodebug/
     44libcfa/x64-nolib/
     45libcfa/x86-debug/
     46libcfa/x86-nodebug/
     47libcfa/x86-nolib/
     48libcfa/arm-debug/
     49libcfa/arm-nodebug/
     50libcfa/arm-nolib/
    3951
    4052# generated by bison and lex from parser.yy and lex.ll
     
    4456src/Parser/parser.h
    4557src/Parser/parser.hh
     58src/demangler
    4659
    4760tools/prettyprinter/parser.output
Note: See TracChangeset for help on using the changeset viewer.