mirror of
https://github.com/Klagarge/Cursor.git
synced 2025-06-25 20:02:31 +00:00
Initial commit
This commit is contained in:
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
# Ignore HDL Designer Folder
|
||||
Prefs/hds_user/logs/
|
||||
Prefs/dc_user/
|
||||
Prefs/dp_user/
|
||||
Prefs/hds.info/
|
||||
|
||||
# Ignore HDL Designer Task generated files
|
||||
Board/concat/concatenated.vhd
|
||||
Board/concat/eln_cursor.vhd
|
||||
|
||||
# Ignore files automatically generated by HDL Designer
|
||||
.cache.dat
|
||||
*.bak
|
||||
*.lck
|
||||
*.vhd.info
|
||||
default_view
|
||||
*_entity.vhd
|
||||
*_struct.vhd
|
||||
*_fsm.vhd
|
||||
*.vhg
|
||||
*.DS_STORE
|
||||
*.xrf/
|
||||
|
||||
# Ignore verilog and c files
|
||||
*.v
|
||||
*.sv
|
||||
*.svh
|
||||
*.c
|
||||
*.cpp
|
||||
*.psl
|
Reference in New Issue
Block a user