diff options
| author | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-28 19:53:23 +0100 |
|---|---|---|
| committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-28 19:53:23 +0100 |
| commit | 087645848baec5e59e4296817850bd5dd240cbb2 (patch) | |
| tree | f5b3d507c4a65a95a26a52a17136fdf94811b785 /.gitignore | |
| download | liberty-087645848baec5e59e4296817850bd5dd240cbb2.tar.gz liberty-087645848baec5e59e4296817850bd5dd240cbb2.tar.xz liberty-087645848baec5e59e4296817850bd5dd240cbb2.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..f258c23 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# Build files +/build + +# Qt Creator files +/CMakeLists.txt.user* +/liberty.config +/liberty.files +/liberty.creator* +/liberty.includes |
