diff options
Diffstat (limited to '.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 |
![]() |
index : libs/c/utils.git | |
A utility toolkit | Alessandro Iezzi |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | .gitignore | 4 |
@@ -1,5 +1,5 @@ -liblist.so -liblist.a +*.so +*.a *.o test/list.h test/test1 |