diff options
author | Mike Buland <mbuland@penny-arcade.com> | 2017-06-06 23:57:26 -0700 |
---|---|---|
committer | Mike Buland <mbuland@penny-arcade.com> | 2017-06-06 23:57:26 -0700 |
commit | e98644cd777ddd4ae769da2d8bdcbc6fa8bbb30a (patch) | |
tree | fef43ac703e4d3de7a28c86e0b7e2e77988b2a78 /.gitignore | |
parent | dc759b40b9a18b20454b68244dd063ab56155c3e (diff) | |
download | libbu++-e98644cd777ddd4ae769da2d8bdcbc6fa8bbb30a.tar.gz libbu++-e98644cd777ddd4ae769da2d8bdcbc6fa8bbb30a.tar.bz2 libbu++-e98644cd777ddd4ae769da2d8bdcbc6fa8bbb30a.tar.xz libbu++-e98644cd777ddd4ae769da2d8bdcbc6fa8bbb30a.zip |
Updated .gitignore, included terrible json test.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -11,8 +11,12 @@ | |||
11 | /myriad | 11 | /myriad |
12 | /viewcsv | 12 | /viewcsv |
13 | .*.swp | 13 | .*.swp |
14 | .*.un~ | ||
14 | /src/autoconfig.h | 15 | /src/autoconfig.h |
15 | /src/signals.h | 16 | /src/signals.h |
16 | /src/version.h | 17 | /src/version.h |
17 | /bu | 18 | /bu |
18 | /.build_cache | 19 | /.build_cache |
20 | /unit | ||
21 | /tests | ||
22 | /src/unit/*.cpp | ||