blob: ac9a11d7949da634d76e04564e91569310bc61a3 [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 Yamada6b315782016-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
Manish V Badarkhe1e901342023-04-05 08:57:32 +010014tools/**/*.d
Jorge Ramirez-Ortizbf084dc2018-09-23 09:36:13 +020015tools/renesas/rcar_layout_create/*.bin
16tools/renesas/rcar_layout_create/*.srec
17tools/renesas/rcar_layout_create/*.map
18tools/renesas/rcar_layout_create/*.elf
Biju Dasfb0e5502020-12-07 13:25:07 +000019tools/renesas/rzg_layout_create/*.bin
20tools/renesas/rzg_layout_create/*.srec
21tools/renesas/rzg_layout_create/*.map
22tools/renesas/rzg_layout_create/*.elf
dp-arm4972ec52016-05-25 16:20:20 +010023tools/fiptool/fiptool
24tools/fiptool/fiptool.exe
Juan Castillo11abdcd2014-10-21 11:30:42 +010025tools/cert_create/src/*.o
Juan Castilloe6d30e92015-06-12 11:27:59 +010026tools/cert_create/src/**/*.o
Juan Castillo11abdcd2014-10-21 11:30:42 +010027tools/cert_create/cert_create
Evan Lloyd004c9a52015-12-03 11:35:40 +000028tools/cert_create/cert_create.exe
Antonio Nino Diaz4ae68c52018-12-14 10:47:52 +000029tools/marvell/doimage/doimage
Carlo Caione189494a2019-08-23 18:28:36 +010030tools/amlogic/doimage
Yann Gautierba46a932018-07-05 16:50:22 +020031tools/stm32image/*.o
32tools/stm32image/stm32image
33tools/stm32image/stm32image.exe
J-Alvesef8e0982022-03-22 16:28:51 +000034tools/sptool/__pycache__/
Yann Gautier950d2092023-01-27 15:16:45 +010035tools/encrypt_fw/encrypt_fw
36tools/encrypt_fw/encrypt_fw.exe
Evan Lloyd93a76402015-12-02 20:30:13 +000037
Masahiro Yamada9524fea2017-02-03 11:07:15 +090038# GNU GLOBAL files
39GPATH
40GRTAGS
41GSYMS
42GTAGS
Deepika Bhavnani56f3bd42020-01-22 10:05:59 -060043
44# Ctags
45tags
46
Chris Kay46e17f92020-12-09 12:56:27 +000047# Node.js
48node_modules/
Boyan Karatotev4273e6b2022-10-27 11:28:23 +010049
50# common python virtual environment directories
51.env/
52env/
53.venv/
54venv/