[PATCH] powerpc: Add flattened device tree documentation
[deliverable/linux.git] / .gitignore
... / ...
CommitLineData
1#
2# NOTE! Don't add files that are generated in specific
3# subdirectories here. Add them in the ".gitignore" file
4# in that subdirectory instead.
5#
6# Normal rules
7#
8.*
9*.o
10*.a
11*.s
12*.ko
13*.so
14*.mod.c
15
16#
17# Top-level generic files
18#
19vmlinux*
20System.map
21Module.symvers
22
23#
24# Generated include files
25#
26include/asm
27include/asm-*/asm-offsets.h
28include/config
29include/linux/autoconf.h
30include/linux/compile.h
31include/linux/version.h
32
This page took 0.051361 seconds and 5 git commands to generate.