From a370ddbd7c7e2b8c0a48ad558c544490e929041d Mon Sep 17 00:00:00 2001 From: borti4938 Date: Tue, 26 Apr 2016 14:58:13 +0200 Subject: [PATCH] add gitignore --- .gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..45602a5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +.DS_Store +software/sys_controller/.cproject +software/sys_controller/.force_relink +software/sys_controller/.project +software/sys_controller/.settings/* +software/sys_controller/obj/* +db/* +sys/* +software/sys_controller_bsp/obj/* +output_files/* +incremental_db/* +.cproject +.project +software/*/.settings/* +software/sys_controller/mem_init/hdl_sim/* +software/sys_controller_bsp/summary.html +software/sys_controller/sys_controller.objdump +software/sys_controller/sys_controller.map +software/sys_controller/sys_controller.elf +.qsys_edit/* +PLLJ_PLLSPE_INFO.txt \ No newline at end of file