diff options
author | Bartosz Golaszewski <brgl@bgdev.pl> | 2017-08-02 17:04:04 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2017-08-07 11:57:30 +0200 |
commit | 33a73649acc412848996ae0921d577f33eb54af5 (patch) | |
tree | 21943c8d0e450d474011badb2efa6955a489faef /arch/mips/boot/compressed | |
parent | 6f542ebeaee0ee552a902ce3892220fc22c7ec8e (diff) | |
download | linux-33a73649acc412848996ae0921d577f33eb54af5.tar.bz2 |
MIPS: gitignore: ignore generated .c files
Add ashldi3.c and bswapsi.c to the list of ignored files.
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Reviewed-by: James Hogan <james.hogan@imgtec.com>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/16905/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/boot/compressed')
-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 |