blob: ab2c0c44fc817baf921342010dcdb4603f635646 [file] [log] [blame]
Jeenu Viswambharand59a6c62014-02-18 12:57:55 +00001# Ignore miscellaneous files
Joakim Bech35fab8c2014-01-23 14:51:49 +01002cscope.*
Jeenu Viswambharand59a6c62014-02-18 12:57:55 +00003*.swp
4*.patch
Masahiro Yamada589b8272016-09-03 11:40:24 +09005*~
Jeenu Viswambharand59a6c62014-02-18 12:57:55 +00006.project
7.cproject
8
9# Ignore build directory
10build/
11
12# Ignore build products from tools
13tools/**/*.o
Jorge Ramirez-Ortiz7e532c42018-09-23 09:36:13 +020014tools/renesas/rcar_layout_create/*.bin
15tools/renesas/rcar_layout_create/*.srec
16tools/renesas/rcar_layout_create/*.map
17tools/renesas/rcar_layout_create/*.elf
Biju Das63694982020-12-07 13:25:07 +000018tools/renesas/rzg_layout_create/*.bin
19tools/renesas/rzg_layout_create/*.srec
20tools/renesas/rzg_layout_create/*.map
21tools/renesas/rzg_layout_create/*.elf
dp-arm819281e2016-05-25 16:20:20 +010022tools/fiptool/fiptool
23tools/fiptool/fiptool.exe
Juan Castillo6f971622014-10-21 11:30:42 +010024tools/cert_create/src/*.o
Juan Castillo55e291a2015-06-12 11:27:59 +010025tools/cert_create/src/**/*.o
Juan Castillo6f971622014-10-21 11:30:42 +010026tools/cert_create/cert_create
Evan Lloyd42a45b52015-12-03 11:35:40 +000027tools/cert_create/cert_create.exe
Antonio Nino Diaze0a1de42018-12-14 10:47:52 +000028tools/marvell/doimage/doimage
Carlo Caione4a079c72019-08-23 18:28:36 +010029tools/amlogic/doimage
Yann Gautier5fbcdd02018-07-05 16:50:22 +020030tools/stm32image/*.o
31tools/stm32image/stm32image
32tools/stm32image/stm32image.exe
J-Alves822c7272022-03-22 16:28:51 +000033tools/sptool/__pycache__/
Yann Gautier73f0e8a2023-01-27 15:16:45 +010034tools/encrypt_fw/encrypt_fw
35tools/encrypt_fw/encrypt_fw.exe
Evan Lloydbb5a7622015-12-02 20:30:13 +000036
Masahiro Yamadaa53fe692017-02-03 11:07:15 +090037# GNU GLOBAL files
38GPATH
39GRTAGS
40GSYMS
41GTAGS
Deepika Bhavnani79490412020-01-22 10:05:59 -060042
43# Ctags
44tags
45
Chris Kayba393622020-12-09 12:56:27 +000046# Node.js
47node_modules/
Boyan Karatotev3fd1fe32022-10-27 11:28:23 +010048
49# common python virtual environment directories
50.env/
51env/
52.venv/
53venv/