eggdrop icon indicating copy to clipboard operation
eggdrop copied to clipboard

Add .clangd to .gitignore

Open michaelortmann opened this issue 1 year ago • 0 comments

Found by: michaelortmann Patch by: michaelortmann Fixes:

One-line summary: Add .clangd to .gitignore

Additional description (if needed): For development i use a .clangd file, and i want it to be ignored by git.

Test cases demonstrating functionality (if applicable): If youre curious ;) my .clangd looks like this:

CompileFlags:
  Add: [-Wall, -Wno-deprecated-non-prototype, -I/home/michael/usr/src/eggdrop, -DHAVE_CONFIG_H]

michaelortmann avatar Sep 03 '24 01:09 michaelortmann