1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-27 21:57:28 +00:00
kickc/.gitignore
Sven Van de Velde 30e58f54e3 - Correct calculation of live ranges for exported and imported procedures parameters and return value, resulting in better ZP coalesce accuracy and ZP allocation compactness. (I really worked a lot on this ...)
- Working on the coalesce benchmark tests (comparing the compiles of the same procedures with library functions and without library functions).
- Added documentation.
- Completed issue #820 check list on gitlab, see the details there. Source code changes use the #820/ tags to document each change context.
2023-12-08 19:06:03 +01:00

24 lines
303 B
Plaintext

.project
.tmpdirs
/gen
*/*.mon
*/*.vs
*/*.brk
*/*.prg
*/*.sym
*/.tmpdirs
*/bin/
**/.DS_Store
kickc.iml
/.idea/*
/.vscode/*
**/.vscode/*
**/.vscode/*.log
**/target/*
**/.target/*
*/workspace.xml
/gen/*
**/fragment/cache/*
/src/test/kc/library/.target/
/src/test/kc/library/lib (will be deleted)/.target/