.gitignore 123 B

1234567891011
  1. // ignore executable
  2. a.out
  3. // ignore lex and yacc generated files
  4. lex.yy.c
  5. yacc.tab.c
  6. yacc.tab.h
  7. // ignore output
  8. global