c-multiaddr/.gitignore
John Jones 68ca649688 Directory structure changes
Made an include directory to avoid naming conflicts with other projects.
Also added a Makefile to help with building the library and testing
application. Note: This does not build due to what appears to be a
missing codec.h file.
2016-11-14 08:03:48 -05:00

12 lines
91 B
Text

*
!.gitignore
!Makefile
!**/
*.o
*.a
.cproject
.project
.settings/language.settings.xml