diff options
author | 2023-03-13 17:25:00 +0100 | |
---|---|---|
committer | 2023-03-13 17:25:00 +0100 | |
commit | 8cb94b537b0e6bb8ecafc5ef4080090041a382ec (patch) | |
tree | 6639f09440022a8f3fa4b75e39d093d8d791cc4c | |
parent | b889758f19a058b7dae49954cba8d51efb42a218 (diff) | |
download | utils-8cb94b537b0e6bb8ecafc5ef4080090041a382ec.tar.gz utils-8cb94b537b0e6bb8ecafc5ef4080090041a382ec.zip |
Remove the name of libraries in .gitignore
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ -liblist.so -liblist.a +*.so +*.a *.o test/list.h test/test1 |