Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

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