mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
371b65ff58
The install directly should basically behave like the "build" directory. Since it's tracked by git, containing a gitignore file, we shouldn't have it in the toplevel gitignore (just like the build directory). But then, the toplevel Makefile's real.clean target removes the install directory. This is changed so that only it's content is being removed.
28 lines
171 B
Plaintext
28 lines
171 B
Plaintext
.*.sw*
|
|
*.xz
|
|
*.bz2
|
|
*.gz
|
|
*.sign
|
|
*.rom
|
|
*.o
|
|
*.gz
|
|
*.tgz
|
|
*.img
|
|
*.rom
|
|
*.cpio
|
|
typescript*
|
|
config/*.old
|
|
*.log
|
|
*~
|
|
crossgcc
|
|
clean
|
|
*.map
|
|
*.sec
|
|
*.dep
|
|
*.ffs
|
|
*.vol
|
|
*.lz
|
|
*.fv
|
|
*.bin
|
|
*.bad
|