commit 354869621a97b49a7721c2854ea0133166be089d parent 470efaf6af78ce8dd573c0f5b5483a17208314cb Author: mcol <mcol@posteo.net> Date: Sun, 17 Mar 2019 11:46:15 +0000 fix gitignore src dir Diffstat:
M | .gitignore | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -2,8 +2,8 @@ run # c programs in src -src/** -!src/*.c +modules_c/** +!modules_c/*.c # theme files except example themes/**