-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
59 lines (57 loc) · 857 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# This is what ISE deletes if you perform project cleanup
Snake.cmd_log
Snake.bgn
# Snake.bit
Snake.bld
Snake.drc
Snake.lso
Snake.ncd
Snake.ngd
Snake.ngr
Snake.pad
Snake.par
Snake.pcf
Snake.prj
Snake.ptwx
Snake.stx
Snake.syr
Snake.twr
Snake.twx
Snake.unroutes
Snake.ut
Snake.xpi
Snake.xst
Snake_map.map
Snake_map.mrp
Snake_map.xrpt
Snake_map.ncd
Snake_map.ngm
Snake_usage.xml
Snake_summary.xml
bitgen.xmsgs
map.xmsgs
ngdbuild.xmsgs
par.xmsgs
trce.xmsgs
xst.xmsgs
# I commented this out because I think it's interesting
# usage_statistics_webtalk.html
webtalk.log
webtalk_pn.xml
xlnx_auto_0_xdb/
xst/
_ngo/
# and this is what I think should be ignored
NavigationStateMachine_summary.html
NavigationStateMachine_envsettings.html
iseconfig/
# ok I give up and do it the other way around
*.*
!*.v
!*.ucf
!*.xise
!.gitignore
!README.md
!.git/
!notes.md
!res/*