ADT
aaron-thesis
arm-eh
ast-experimental
cleanup-dtors
ctor
deferred_resn
demangler
enum
forall-pointer-decay
gc_noraii
jacob/cs343-translation
jenkins-sandbox
memory
new-ast
new-ast-unique-expr
new-env
no_list
persistent-indexer
pthread-emulation
qualifiedEnum
resolv-new
string
with_gc
|
Last change
on this file since 8f1b0e1 was 8f1b0e1, checked in by Peter A. Buhr <pabuhr@…>, 10 years ago |
|
add generic .gitignore, delete mkinstalldirs, fix configure.ac third attempt
|
-
Property mode
set to
100644
|
|
File size:
445 bytes
|
| Line | |
|---|
| 1 | # build files
|
|---|
| 2 | *.[ado]
|
|---|
| 3 |
|
|---|
| 4 | # generated by configure
|
|---|
| 5 | aclocal.m4
|
|---|
| 6 | autom4te.cache
|
|---|
| 7 | config.h
|
|---|
| 8 | config.status
|
|---|
| 9 | config.log
|
|---|
| 10 | stamp-h1
|
|---|
| 11 | Makefile
|
|---|
| 12 | driver/Makefile
|
|---|
| 13 | libcfa/Makefile
|
|---|
| 14 | src/Makefile
|
|---|
| 15 |
|
|---|
| 16 | # build directories
|
|---|
| 17 | bin
|
|---|
| 18 | lib
|
|---|
| 19 |
|
|---|
| 20 | # src executables, for lib and bin
|
|---|
| 21 | driver/cc1
|
|---|
| 22 | driver/cfa
|
|---|
| 23 | src/cfa-cpp
|
|---|
| 24 | libcfa/libcfa-prelude.c
|
|---|
| 25 |
|
|---|
| 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
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.