diff options
author | clsr <clsr@clsr.net> | 2016-12-09 13:55:09 +0100 |
---|---|---|
committer | clsr <clsr@clsr.net> | 2016-12-09 13:55:09 +0100 |
commit | 08a51af8eafabc6c074ca5a924d86a48280a7357 (patch) | |
tree | 881deee37a8d0072daa7b27e794f4f58dc9f5123 /.gitignore | |
download | gomf-web-08a51af8eafabc6c074ca5a924d86a48280a7357.tar.gz gomf-web-08a51af8eafabc6c074ca5a924d86a48280a7357.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fbd7d54 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +*.swp +/gomf +/*.go +/*.txt +/upload/ +/run-gomf.bash +/gomf-modpanel +/deleted.log.json +/log/ |