.gitignore 152 字节
Newer Older
1 2 3 4 5
### Ignore all files created by make
#
*.a
*.o
*.so
E
Emmanuel Leblond 已提交
6
*.so.*
7 8
/example/iniexample
/example/parse
9 10 11
# Autogenerate source file
/test/AllTests.c
/test/testrun