Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    r56c3935 ra77e7b5  
    11# build files
    2 *.[ao]
     2*.[ado]
    33
    44# generated by configure
     
    1414
    1515# build directories
    16 .deps
    17 .dirstamp
    1816bin
    1917lib
     
    2725# generated by bison and lex from cfa.y and lex.l, respectively
    2826src/Parser/cfa.output
     27src/Parser/cfa.tab.cc
     28src/Parser/cfa.tab.h
     29src/Parser/lex.yy.cc
Note: See TracChangeset for help on using the changeset viewer.