[Minor Addition to .gitignore]: Added an entry to ignore locally used config file for auto-formatting C-code. This helps reduce confusion when reading existing code and makes future contributions easier for newcomer developers.

This commit is contained in:
Chayan Deb 2025-03-13 12:54:56 +05:30
parent d9ed2f0e09
commit 9808dd14cc
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -23,6 +23,9 @@ src/eval_expr.c
src/parselabel.c
src/parselabel.h
# Config file for C/C++ code formatter (clang-format)
.clang-format
# Executables
*.exe
src/rawtovcd