-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
44 lines (39 loc) · 793 Bytes
/
.gitignore
File metadata and controls
44 lines (39 loc) · 793 Bytes
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
# Do not track files generated by "autoreconf -vif"
Makefile.in
/build-aux/
/aclocal.m4
/autom4te.cache/
/config.h.in~
/config.h.in
/configure
/scanner.c
/Examples/aclocal.m4
/Examples/autom4te.cache/
/Examples/config.h.in~
/Examples/config.h.in
/Examples/configure
# Do not track files generated by ./configure invocation
/.deps/
/Examples/.deps/
/Examples/Makefile
/Examples/config.h
/Examples/config.log
/Examples/config.status
/Examples/stamp-h1
/Makefile
/config.h
/config.log
/config.status
/stamp-h1
# Do not track files generated by Make
*.o
/arm_simulator
/memory_test
/send_irq
/Examples/example[1234]
/Examples/insertion_sort
/registers_test
/Examples/exampleCustom
# Do not track anything in the build/ subdirectory
# (to be used to do the compilation of the project)
/build/