Revision 7ecbfa9c926bdf380f824766b9d165ec9b133eaa authored by Kristoffer Carlsson on 04 February 2022, 08:44:08 UTC, committed by GitHub on 04 February 2022, 08:44:08 UTC
1 parent 75c1e04
Raw File
.gitignore
/*.o
/*.do
/*.exe
/*.obj
/*.lib
/*.pdb
/*.exp

/boot.j.inc
/julia_flisp.boot
/julia_flisp.boot.inc
/flisp.boot.inc

/libjulia-debug.a
/libjulia-debug.so
/libjulia-debug.dylib
/libjulia-release.a
/libjulia-release.so
/libjulia-release.dylib
/julia_version.h
/flisp/host
/support/host

# Clang compilation database
/compile_commands*.json
.clangd/
back to top