proper permissions, add *.o to .gitignore - saait - the most boring static page… | |
git clone git://git.codemadness.org/saait | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit ecfb78c5e243081f78832d0d23ba08a70373d320 | |
parent b2bb76357993c8f5d62825932f6a23cd33f42a21 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Fri, 4 Aug 2017 15:48:20 +0200 | |
proper permissions, add *.o to .gitignore | |
Diffstat: | |
M .gitignore | 1 + | |
M LICENSE | 0 | |
M README | 0 | |
M TODO | 0 | |
M config.cfg | 0 | |
5 files changed, 1 insertion(+), 0 deletions(-) | |
--- | |
diff --git a/.gitignore b/.gitignore | |
@@ -4,4 +4,5 @@ output/*.xml | |
output/*.html | |
output/urllist.txt | |
saait | |
+*.o | |
*.core | |
diff --git a/LICENSE b/LICENSE | |
diff --git a/README b/README | |
diff --git a/TODO b/TODO | |
diff --git a/config.cfg b/config.cfg |