.gitignore 581 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. *~
  2. ,*
  3. .libs
  4. .deps
  5. .dirstamp
  6. *.lo
  7. *.la
  8. *.o
  9. stamp-h[0-9]
  10. /autom4te.cache
  11. /build-aux
  12. Makefile
  13. Makefile.in
  14. /INSTALL
  15. /aclocal.m4
  16. /config.cache
  17. /config.h
  18. /config.log
  19. /config.status
  20. /configure
  21. /libtool
  22. /m4/libtool.m4
  23. /m4/ltoptions.m4
  24. /m4/ltsugar.m4
  25. /m4/ltversion.m4
  26. /m4/lt~obsolete.m4
  27. /src/ggcc-config.h
  28. /src/guile.x
  29. /config.h.in
  30. /examples/birthday
  31. /examples/meta
  32. /examples/meta.c.004t.gimple
  33. /examples/call-graph
  34. /examples/call-graph.c.004t.gimple
  35. /call-graph.dot
  36. /src/cgraph.x
  37. /tests/run-test
  38. /test-suite.log
  39. /tests/pragma
  40. *.gimple
  41. /tests/pragma.c.log
  42. /tests/cgraph.c.log
  43. /src/gimple.x