-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
113 lines (101 loc) · 1.31 KB
/
.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# Object files
*.o
*.ko
*.obj
*.elf
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.out
*.app
*.i*86
*.x86_64
*.hex
# ISE Project Files
RAT_CPU/_ngo/
RAT_CPU/_xmsgs/
RAT_CPU/iseconfig/
RAT_CPU/webtalk*
RAT_CPU/xlnx_auto_*
RAT_CPU/xst
RAT_CPU/*.bgn
RAT_CPU/*.bit
RAT_CPU/*.bld
RAT_CPU/*.cmd_log
RAT_CPU/*.drc
RAT_CPU/*.lso
RAT_CPU/*.ncd
RAT_CPU/*.ngc
RAT_CPU/*.ngd
RAT_CPU/*.ngr
RAT_CPU/*.pad
RAT_CPU/*.par
RAT_CPU/*.pcf
RAT_CPU/*.prj
RAT_CPU/*.ptwx
RAT_CPU/*.stx
RAT_CPU/*.syr
RAT_CPU/*.twr
RAT_CPU/*.twx
RAT_CPU/*.unroutes
RAT_CPU/*.ut
RAT_CPU/*.xpi
RAT_CPU/*.xst
RAT_CPU/*.xwbt
RAT_CPU/*.map
RAT_CPU/*.mrp
RAT_CPU/*.ngm
RAT_CPU/*.xrpt
RAT_CPU/*.html
RAT_CPU/*.csv
RAT_CPU/*.txt
RAT_CPU/*.xml
# http://www.gnu.org/software/automake
Makefile.in
# http://www.gnu.org/software/autoconf
/autom4te.cache
/aclocal.m4
/compile
/configure
/depcomp
/install-sh
/missing
/stamp-h1
/.deps
autoscan.log
configure.scan
config.h
config.h.in
config.log
config.status
/ratload-1
*.tar.gz
# LaTeX temporary files
*.aux
*.dvi
*.toc
handbook.log
linux_and_osx.log
doc/texput.log
# Project releases
release_v*.log
release_v*
src/ratload_v*
# The ratload binary
src/ratload_Windows_x86.exe
# Ratsim temporary files
*.asl
*.dbg
*.err
asm/prog_rom.vhd