diff options
| author | Bartosz Golaszewski <[email protected]> | 2017-08-02 17:04:04 +0200 |
|---|---|---|
| committer | Ralf Baechle <[email protected]> | 2017-08-07 11:57:30 +0200 |
| commit | 33a73649acc412848996ae0921d577f33eb54af5 (patch) | |
| tree | 21943c8d0e450d474011badb2efa6955a489faef | |
| parent | 6f542ebeaee0ee552a902ce3892220fc22c7ec8e (diff) | |
MIPS: gitignore: ignore generated .c files
Add ashldi3.c and bswapsi.c to the list of ignored files.
Signed-off-by: Bartosz Golaszewski <[email protected]>
Reviewed-by: James Hogan <[email protected]>
Cc: [email protected]
Cc: [email protected]
Patchwork: https://patchwork.linux-mips.org/patch/16905/
Signed-off-by: Ralf Baechle <[email protected]>
| -rw-r--r-- | arch/mips/boot/compressed/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/boot/compressed/.gitignore b/arch/mips/boot/compressed/.gitignore new file mode 100644 index 000000000000..ebae133f1d00 --- /dev/null +++ b/arch/mips/boot/compressed/.gitignore @@ -0,0 +1,2 @@ +ashldi3.c +bswapsi.c |