diff options
author | cathook <cat.hook31894@gmail.com> | 2013-11-26 02:22:08 +0800 |
---|---|---|
committer | cathook <cat.hook31894@gmail.com> | 2013-11-26 02:41:11 +0800 |
commit | 4ddbfd389502cb58c2ff06b0895c058e01f8b022 (patch) | |
tree | 22da7dbf0a70d10ac43d654db4a5e82763cea2c7 | |
parent | 327a4a4a62b9da1b48c9e961db16bb3046805904 (diff) | |
download | ctl-4ddbfd389502cb58c2ff06b0895c058e01f8b022.tar.gz ctl-4ddbfd389502cb58c2ff06b0895c058e01f8b022.tar.zst ctl-4ddbfd389502cb58c2ff06b0895c058e01f8b022.zip |
update gitignore
-rw-r--r-- | .gitignore | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -test/*.slib -test/*.dlib -test/*.oooo - +lib/* +obj/* +!example/*.c +test |