| # vim/emacs temporary/backup files | |
| *~ | |
| *.swp | |
| # Compiled python files | |
| *.pyc | |
| # Ignore only the root node_modules, but not any further down the path | |
| /node_modules/ | |
| # Python coverage tool output | |
| .coverage* | |
| tools/coverage/ | |
| htmlcov/ | |
| coverage.xml | |
| # Files generated by test code (TODO: generate these elsewhere and remove) | |
| tests/fake/ | |
| tests/fake1/ | |
| tests/fake2/ | |
| tests/freetype/objs/*.o | |
| tests/freetype/objs/*.lo | |
| third_party/lzma.js/lzip/*.o | |
| third_party/lzma.js/lzma-native | |
| third_party/lzma.js/lzma-native.exe | |
| .DS_Store |