[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:
parent
d9ed2f0e09
commit
9808dd14cc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue