libsml/.gitignore
Steffen Vogel 2097ee52f1 Merge branch 'master' of github.com:stv0g/libsml
(I've fixed the linking issue of libuuid on linux systems at the same time as you)

Conflicts:
	.gitignore
	examples/Makefile
	test/Makefile
2011-09-01 11:22:48 +02:00

17 lines
163 B
Text

# Binaries
/test/test
/examples/sml_server
# Compiled Object files
*.slo
*.lo
*.o
# Compiled Dynamic libraries
*.so
# Compiled Static libraries
*.lai
*.la
*.a