From e76c5d7138542b6b42766e94c5788f7f2b31e130 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Wed, 8 Aug 2018 11:21:05 +0200 Subject: [PATCH] Add generated files for Intel projects to .gitignore The system_db folder is autogenerated and contains all the files that are generated by the Platform Designer tool. The extension for Intel binary bitstreams is rbf. Add both of those to the .gitignore since they should not be under version control and just end up as clutter in `git status` otherwise. Signed-off-by: Lars-Peter Clausen --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b41b4f4b4..052d4076d 100644 --- a/.gitignore +++ b/.gitignore @@ -59,11 +59,13 @@ db *.qpf *.qws *.sof +*.rbf system_qsys_script.tcl hc_output hps_isw_handoff hps_sdram_*.csv incremental_db +system_bd/ reconfig_mif *.sopcinfo *.jdi