diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-03-02 08:49:21 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-03-02 19:14:37 +0100 |
commit | 8a3241d5c46e8b8fac382f606147285e314f1f6b (patch) | |
tree | 95fb8534ca24f21ebf5bb9a9713924c3c6c11aed /.gitignore | |
download | json-rpc-shell-8a3241d5c46e8b8fac382f606147285e314f1f6b.tar.gz json-rpc-shell-8a3241d5c46e8b8fac382f606147285e314f1f6b.tar.xz json-rpc-shell-8a3241d5c46e8b8fac382f606147285e314f1f6b.zip |
Initial commit
Not even the demo is able to compile yet.
I'm just tracking my progress.
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..465d9dd --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# Build files +/build + +# Qt Creator files +/CMakeLists.txt.user* +/acid.config +/acid.files +/acid.creator* +/acid.includes |