diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-19 22:29:28 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-19 22:29:28 +0100 |
| commit | da00fef086b63d1c01641fec5f42718eeb7b7dd1 (patch) | |
| tree | 4a5ab1a7076102939ecb2192bb9ccd237087aaff /.gitignore | |
| parent | d276b2d3af6aefae8d13a9b3b841ceb56f49f0ec (diff) | |
feat: add booster.pl for fix.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,9 @@ # Prerequisites *.d +# Boosted +boostified + # Compiled Object files *.slo *.lo @@ -50,4 +53,4 @@ build/ # CMake build output */build/ -*.pdf
\ No newline at end of file +*.pdf |
