| # |
| # NOTE! Don't add files that are generated in specific |
| # subdirectories here. Add them in the ".gitignore" file |
| # in that subdirectory instead. |
| # |
| # Normal rules |
| # |
| *~ |
| .* |
| \#*\# |
| *.o |
| *.a |
| *.s |
| *.ko |
| *.so |
| *.mod.c |
| *.i |
| *.lst |
| *.symtypes |
| *.elf |
| *.mcp |
| *.orig |
| |
| # |
| # Top-level generic files |
| # |
| tags |
| TAGS |
| cross_arch |
| cross_compile |
| barebox |
| barebox.S |
| barebox.bin |
| barebox.netx |
| barebox.map |
| System.map |
| Module.symvers |
| barebox_default_env |
| |
| # |
| # Generated include files |
| # |
| include/asm |
| include/asm-*/asm-offsets.h |
| include/config |
| include/linux/compile.h |
| include/generated |
| |
| # Generated files |
| Doxyfile.version |
| |
| # stgit generated dirs |
| patches-* |
| |
| # quilt's files |
| patches |
| series |
| |
| # cscope files |
| cscope.* |
| |
| # patches |
| *.patch |