.gitignore 377 B

123456789101112131415161718192021222324252627
  1. /FreeOberon.exe
  2. /FreeOberon
  3. /fob.exe
  4. /fob
  5. Autodoc.exe
  6. Autodoc
  7. !Autodoc/
  8. _Build
  9. /src/*.o
  10. /src/*.h
  11. /src/*.oh
  12. /src/*.c
  13. /src/*.sym
  14. /src/term/*.o
  15. /Data/bin/libFreeOberon.a
  16. /Data/bin/FreeOberon.a
  17. !/Data/bin/mingw32/bin/*.dll
  18. !/Data/bin/mingw32/libexec/gcc/i686-w64-mingw32/6.2.0/*.dll
  19. .*.swp
  20. /Programs/Examples/*.exe
  21. *.dll
  22. *.html
  23. /src/GTest
  24. /src/TTest
  25. /src/TestModule
  26. /src/TermSnow