diff options
author | Mike Buland <eichlan@xagasoft.com> | 2016-12-29 15:16:10 -0700 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2016-12-29 15:16:10 -0700 |
commit | 863d9bca2b58d6de22dc2d23379a8c7a5fd755f4 (patch) | |
tree | de68718f7635260cf3f91ed94917505b1344b86e | |
parent | d44ece9babc5d70e1194a29a54b72dae1fe70ceb (diff) | |
download | libbu++-863d9bca2b58d6de22dc2d23379a8c7a5fd755f4.tar.gz libbu++-863d9bca2b58d6de22dc2d23379a8c7a5fd755f4.tar.bz2 libbu++-863d9bca2b58d6de22dc2d23379a8c7a5fd755f4.tar.xz libbu++-863d9bca2b58d6de22dc2d23379a8c7a5fd755f4.zip |
Updated the gitignore.
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -5,8 +5,14 @@ | |||
5 | /bin2cpp.exe | 5 | /bin2cpp.exe |
6 | /mkunit.exe | 6 | /mkunit.exe |
7 | /myriad.exe | 7 | /myriad.exe |
8 | /autoconfig | ||
9 | /bin2cpp | ||
10 | /mkunit | ||
11 | /myriad | ||
12 | /viewcsv | ||
8 | .*.swp | 13 | .*.swp |
9 | /src/autoconfig.h | 14 | /src/autoconfig.h |
10 | /src/signals.h | 15 | /src/signals.h |
11 | /src/version.h | 16 | /src/version.h |
12 | /bu | 17 | /bu |
18 | /.build_cache | ||