| 123456789101112131415161718192021222324252627282930 | 
							- /out/
 
- core
 
- tags
 
- *.o
 
- test
 
- test_g
 
- test_fast
 
- bench
 
- url_parser
 
- parsertrace
 
- parsertrace_g
 
- *.mk
 
- *.Makefile
 
- *.so.*
 
- *.exe.*
 
- *.exe
 
- *.a
 
- # Visual Studio uglies
 
- *.suo
 
- *.sln
 
- *.vcxproj
 
- *.vcxproj.filters
 
- *.vcxproj.user
 
- *.opensdf
 
- *.ncrunchsolution*
 
- *.sdf
 
- *.vsp
 
- *.psess
 
 
  |