diff options
author | Mike Buland <mbuland@penny-arcade.com> | 2018-12-10 06:57:07 -0800 |
---|---|---|
committer | Mike Buland <mbuland@penny-arcade.com> | 2018-12-10 06:57:07 -0800 |
commit | b8184b41882a9670447f0d99b35a48d24c091b25 (patch) | |
tree | 70bc20ae89be4737e4cd67c5921c0e1a21cec67b /.gitignore | |
parent | fcfa8b28157a95a4cde6e656af6c6ce79cf548f0 (diff) | |
download | libbu++-b8184b41882a9670447f0d99b35a48d24c091b25.tar.gz libbu++-b8184b41882a9670447f0d99b35a48d24c091b25.tar.bz2 libbu++-b8184b41882a9670447f0d99b35a48d24c091b25.tar.xz libbu++-b8184b41882a9670447f0d99b35a48d24c091b25.zip |
Made versioning nicer.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,11 +5,13 @@ | |||
5 | /bin2cpp.exe | 5 | /bin2cpp.exe |
6 | /mkunit.exe | 6 | /mkunit.exe |
7 | /myriad.exe | 7 | /myriad.exe |
8 | /jsontool.exe | ||
8 | /autoconfig | 9 | /autoconfig |
9 | /bin2cpp | 10 | /bin2cpp |
10 | /mkunit | 11 | /mkunit |
11 | /myriad | 12 | /myriad |
12 | /viewcsv | 13 | /viewcsv |
14 | /jsontool | ||
13 | .*.swp | 15 | .*.swp |
14 | .*.un~ | 16 | .*.un~ |
15 | /src/autoconfig.h | 17 | /src/autoconfig.h |