diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2014-09-07 02:20:49 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2014-09-07 02:20:49 +0200 |
commit | 8824903ae286dae28cf6f2ddc0f488e670bd5b51 (patch) | |
tree | 78e637d3e751cee9353347fa1009a10ddfbf5d90 /.gitignore | |
download | json-rpc-shell-8824903ae286dae28cf6f2ddc0f488e670bd5b51.tar.gz json-rpc-shell-8824903ae286dae28cf6f2ddc0f488e670bd5b51.tar.xz json-rpc-shell-8824903ae286dae28cf6f2ddc0f488e670bd5b51.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7654c07 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# Build files +/json-rpc-shell + +# Qt Creator files +/json-rpc-shell.* |