diff options
author | clsr <clsr@clsr.net> | 2016-06-21 17:12:28 +0200 |
---|---|---|
committer | clsr <clsr@clsr.net> | 2016-06-21 17:12:28 +0200 |
commit | 141774f4c31917ee2689ec9ba0f7920e0aff2126 (patch) | |
tree | bfc4d61843fb3467c70d7514db0ba21a39b4c811 /.gitignore | |
download | gomf-tools-141774f4c31917ee2689ec9ba0f7920e0aff2126.tar.gz gomf-tools-141774f4c31917ee2689ec9ba0f7920e0aff2126.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b7d112d --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +*.swp +/gomf +/pages/ +/static/ +/upload/ +/*.go +/pomf-standard.txt |