]> git.vomp.tv Git - vompclient.git/blob - .gitignore
Various performance optimization in the vector based osd, especially in text rendering
[vompclient.git] / .gitignore
1 #do not include make output
2 *.o
3 vompclient
4 deps
5 #ignore target-* directory links
6 target-*
7 *~
8 #ignore eclipse project files
9 .project
10 .cproject
11 .#*