Disabled external gits
This commit is contained in:
38
cs309-psoc/.gitignore
vendored
Normal file
38
cs309-psoc/.gitignore
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
# Specify filepatterns you want git to ignore.
|
||||
|
||||
*.o
|
||||
*/**/quartus/output_files/
|
||||
*/**/quartus/db/
|
||||
*/**/incremental_db/
|
||||
*/**/simulation/
|
||||
*/**/timing/
|
||||
*/**/testbench/
|
||||
*/**/*_sim/
|
||||
|
||||
*/**/nios/*/HAL/
|
||||
*/**/nios/*/obj/HAL/
|
||||
*/**/synthesis
|
||||
*/**/lab_*_bsp/
|
||||
*/**/obj
|
||||
|
||||
*_generation_script*
|
||||
*_inst.vhd
|
||||
*.bak
|
||||
*.cmp
|
||||
*.done
|
||||
*.eqn
|
||||
*.hex
|
||||
*.jdi
|
||||
*.mif
|
||||
*.pin
|
||||
*.pof
|
||||
*.ptf.*
|
||||
*.qar
|
||||
*.qarlog
|
||||
*.qws
|
||||
*.rpt
|
||||
*.smsg
|
||||
*.sopc_builder
|
||||
*.summary
|
||||
*~
|
||||
*sopc_*
|
Reference in New Issue
Block a user