diff options
author | Robin Krahl <me@robin-krahl.de> | 2014-10-17 03:20:43 +0200 |
---|---|---|
committer | Robin Krahl <me@robin-krahl.de> | 2014-10-17 03:20:43 +0200 |
commit | 6228b0a15c86d2105a29cbccb48db6bd83b82f71 (patch) | |
tree | d1387b0ddee9efa3aeba0ca379ef0dd7fc50d6b6 /.gitignore | |
parent | f607c3aaa3bb76d441b47eb437597ecf0c54a586 (diff) | |
download | sqlitepp-6228b0a15c86d2105a29cbccb48db6bd83b82f71.tar.gz sqlitepp-6228b0a15c86d2105a29cbccb48db6bd83b82f71.tar.bz2 |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -26,3 +26,9 @@ *.exe *.out *.app + +# build directory +build + +# IDE project files +.idea |