Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    ra7b8126 reb50842  
    11# build files
    2 *.[ao]
     2*.[ado]
    33
    44# generated by configure
     5Makefile
     6aclocal.m4
    57autom4te.cache
    68config.h
     
    810config.log
    911stamp-h1
    10 Makefile
    1112driver/Makefile
    1213libcfa/Makefile
     
    1415
    1516# build directories
    16 .deps
    17 .dirstamp
    1817bin
    1918lib
    2019
    2120# src executables, for lib and bin
    22 src/driver/cc1
    23 src/driver/cfa
     21driver/cc1
     22driver/cfa
    2423src/cfa-cpp
    25 src/libcfa/libcfa-prelude.c
     24libcfa/libcfa-prelude.c
    2625
    27 # generated by bison and lex from cfa.yy and lex.ll, respectively
    28 src/Parser/parser.output
    29 
    30 # generated by latex
    31 doc/refrat/refrat.aux
    32 doc/refrat/refrat.bbl
    33 doc/refrat/refrat.blg
    34 doc/refrat/refrat.brf
    35 doc/refrat/refrat.dvi
    36 doc/refrat/refrat.idx
    37 doc/refrat/refrat.ilg
    38 doc/refrat/refrat.ind
    39 doc/refrat/refrat.log
    40 doc/refrat/refrat.out
    41 doc/refrat/refrat.pdf
    42 doc/refrat/refrat.ps
    43 doc/refrat/refrat.toc
     26# generated by bison and lex from cfa.y and lex.l, respectively
     27src/Parser/cfa.output
     28src/Parser/cfa.tab.cc
     29src/Parser/cfa.tab.h
     30src/Parser/lex.yy.cc
Note: See TracChangeset for help on using the changeset viewer.