diff options
| author | Mike Buland <mike@xagasoft.com> | 2014-11-28 11:01:34 -0700 |
|---|---|---|
| committer | Mike Buland <mike@xagasoft.com> | 2014-11-28 11:01:34 -0700 |
| commit | b4510a2861acabf1f27ecbd8c42602a0c342763d (patch) | |
| tree | 94e16d1318c5f7e8da00d1a73b648fc26463deb8 /.gitignore | |
| parent | 145c88f23e6587e310d3ca974365d20d373d8e1b (diff) | |
| download | clic-b4510a2861acabf1f27ecbd8c42602a0c342763d.tar.gz clic-b4510a2861acabf1f27ecbd8c42602a0c342763d.tar.bz2 clic-b4510a2861acabf1f27ecbd8c42602a0c342763d.tar.xz clic-b4510a2861acabf1f27ecbd8c42602a0c342763d.zip | |
Switched to using bin2cpp for the help.
I think that's a better practice, it'll be a lot easier to expand it and
format it in general, plus it could be compressed if it got too much
bigger.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -3,4 +3,6 @@ | |||
| 3 | *.exe | 3 | *.exe |
| 4 | /clic | 4 | /clic |
| 5 | /.build_cache | 5 | /.build_cache |
| 6 | /src/datafiles.cpp | ||
| 7 | /src/datafiles.h | ||
| 6 | 8 | ||
