diff options
author | dx <aryadevchavali1@gmail.com> | 2020-05-06 00:59:56 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-05-06 00:59:56 +0100 |
commit | ff6213c0f2ac184686c169fbc308178023525092 (patch) | |
tree | 62e16f45c79969ae1da0517999639bc8f8f98dbb /.gitignore | |
parent | a91a10bced3fe37b4a344682df96b23f74c03f5b (diff) | |
download | mdhtml-ff6213c0f2ac184686c169fbc308178023525092.tar.gz mdhtml-ff6213c0f2ac184686c169fbc308178023525092.tar.bz2 mdhtml-ff6213c0f2ac184686c169fbc308178023525092.zip |
+C project via https://github.com/odavep/CTemplate
I'll try implementing my current system with it's current features into C
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,3 +2,5 @@ .idea *.log tmp/ +dist/ +.ccls-cache/ |