File: .gitignore

package info (click to toggle)
simavr 1.6%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 20,308 kB
  • sloc: ansic: 362,806; makefile: 622; ruby: 70; python: 63
file content (19 lines) | stat: -rw-r--r-- 151 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
obj-*
*.axf
*.hex
*.s
simavr/simavr
simavr/run_avr
*.a
.tags*
._*
*.vcd
TAGS
callgrind.out.*
*~
*.o
*.elf
*.objdump
perf.data
.DS_Store
.make.options*