diff options
author | Austin Foxley <austinf@cetoncorp.com> | 2009-09-19 09:54:20 -0700 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2009-09-26 09:26:28 -0700 |
commit | d21497f9fba95688e464ae712bd6b4c0fbc4ea13 (patch) | |
tree | c6fb7dbd153266214843d5057672b49a22fc10d2 /include/.gitignore | |
parent | 18cc8e0e459edf5391016ef76a4ff3108981d86a (diff) |
include/: add tls errno and res_state
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'include/.gitignore')
-rw-r--r-- | include/.gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/.gitignore b/include/.gitignore index b41230418..8df009b6a 100644 --- a/include/.gitignore +++ b/include/.gitignore @@ -1,3 +1,11 @@ +# +# Never ignore these +# +!.gitignore + +# +# Generated files +# /bits/ /config/ @@ -9,6 +17,7 @@ /hp-timing.h /pthread.h /semaphore.h +/thread_db.h /sgidefs.h /sys/acct.h |