Files
ml-kem/.gitignore
Anjan Roy 804d9a7931 git ignoring Clangd development files
Signed-off-by: Anjan Roy <hello@itzmeanjan.in>
2022-12-08 12:03:00 +04:00

41 lines
356 B
Plaintext

# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# 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
# Project Development
.vscode
__pycache__
# For Clangd
compile_commands.json
.cache