commit 48ef5e8bd2f89e9b8775f2908eaeab97e28c0aeb parent 264be4ebbafaa9dd0d166841f64ab5167e3fa8da Author: Devin J. Pohly <djpohly@gmail.com> Date: Thu, 14 Jan 2021 20:49:54 -0600 Merge pull request #84 from meutraa/gitignore-config-h Add config.h to .gitignore Diffstat:
| M | .gitignore | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -3,3 +3,4 @@ dwl *-protocol.c *-protocol.h .ccls-cache +config.h