diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-12-07 20:04:11 -0700 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:08 +0100 |
commit | 3312f6e4fa3748a1519dfcead41d4931e00fcd6a (patch) | |
tree | 22e26de673daa7d3b15b41cd193670ca42565cf7 /lib/.gitignore | |
parent | 93e1ac85ffb4947080adcd4699fcccdbcf757fa5 (diff) |
Ignore lib/string.h as instructed by the manual
Diffstat (limited to 'lib/.gitignore')
-rw-r--r-- | lib/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/.gitignore b/lib/.gitignore index e69de29b..654f1e8a 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -0,0 +1,2 @@ +stddef.h +string.h |