diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2014-09-07 17:28:10 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2014-09-08 21:40:01 +0200 |
commit | b418bfe22cb7ba9091f065d8697ef8bcfcead203 (patch) | |
tree | 20541f58b957cbb7ae25e4baef81cbbce0b92f68 /.gitignore | |
download | ponymap-b418bfe22cb7ba9091f065d8697ef8bcfcead203.tar.gz ponymap-b418bfe22cb7ba9091f065d8697ef8bcfcead203.tar.xz ponymap-b418bfe22cb7ba9091f065d8697ef8bcfcead203.zip |
Initial commit
Nothing's working yet, only some supporting code has been put in place.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4eee501 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# Build files +/ponymap + +# Qt Creator files +/ponymap.config +/ponymap.files +/ponymap.creator* +/ponymap.includes |