diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-04 06:12:03 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-04 06:15:20 -0500 |
| commit | 3c1fec18cc1d11d247cfd0bd23c199ea65f3d7bd (patch) | |
| tree | 81a7e6bd2264f0e2740a74be05aa708c53f01000 /.gitignore | |
chore: OCL.FIX module, initial commit.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bf33267 --- /dev/null +++ b/.gitignore @@ -0,0 +1,53 @@ +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +dist/* + +docs/html +docs/latex + +build*/ +build/ + +*.aux +*.fdb_latex* +*.fls +*.log +*.gz + +.idea + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app + +# CMake build output +*/build/ + +*.pdf
\ No newline at end of file |
