Changeset 58fe85a for .gitignore


Ignore:
Timestamp:
Jan 7, 2021, 3:27:00 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
Children:
2b4daf2, 64aeca0
Parents:
3c64c668 (diff), eef8dfb (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 park_unpark

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    r3c64c668 r58fe85a  
    44
    55# generated by configure
     6aclocal.m4
     7automake
    68autom4te.cache
    79config.h
     
    911config.log
    1012config.py
     13configure
     14libtool
    1115stamp-h1
    12 libtool
    1316/Makefile
     17/Makefile.in
    1418**/Makefile
     19**/Makefile.in
     20**/Makefile.dist.in
    1521/version
    1622
     
    4248libcfa/x64-debug/
    4349libcfa/x64-nodebug/
    44 libcfa/x64-nolib/
    4550libcfa/x86-debug/
    4651libcfa/x86-nodebug/
    47 libcfa/x86-nolib/
    48 libcfa/arm-debug/
    49 libcfa/arm-nodebug/
    50 libcfa/arm-nolib/
     52libcfa/arm64-debug/
     53libcfa/arm64-nodebug/
    5154
    5255# generated by bison and lex from parser.yy and lex.ll
     
    7376doc/user/pointer2.tex
    7477doc/user/EHMHierarchy.tex
     78
     79# generated by npm
     80package-lock.json
Note: See TracChangeset for help on using the changeset viewer.