diff options
author | zlg <zlg@zlg.space> | 2015-12-19 18:37:40 -0800 |
---|---|---|
committer | zlg <zlg@zlg.space> | 2015-12-19 18:37:40 -0800 |
commit | 57df72caf8d749c7cd5f36117ff35e41975db3d3 (patch) | |
tree | ddfb481f6216aa1b207f005ae92c556250e3487d /.gitignore | |
parent | Re-solve Exercise 1-16: arbitrarily long maxline (diff) | |
download | knr-57df72caf8d749c7cd5f36117ff35e41975db3d3.tar.gz knr-57df72caf8d749c7cd5f36117ff35e41975db3d3.tar.bz2 knr-57df72caf8d749c7cd5f36117ff35e41975db3d3.tar.xz knr-57df72caf8d749c7cd5f36117ff35e41975db3d3.zip |
Change license to GPLv3, add contributing guide
* Improve README tone
* Add `astylerc` for use with the astyle package
* Add AUTHORS file to acknowledge contributors
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,5 +4,8 @@ !*.c !*.h !.gitignore +!astylerc !README.mdown +!CONTRIBUTING.mdown +!AUTHORS !LICENSE |