repo.or.cz
/
legacy-proxmark3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed (?) issues from PR #129
[legacy-proxmark3.git]
/
.gitignore
blob
880c092f175fb82959cf11fba62da1985c758a07
1
# .gitignore
2
# don't push these files to the repository
3
4
*.log
5
*.eml
6
*.o
7
*.a
8
*.d
9
*.elf
10
*.s19
11
*.map
12
*.bin
13
*.dll
14
*.moc.cpp
15
*.z
16
*.exe
17
proxmark
18
proxmark3
19
flasher
20
version.c
21
lua
22
luac
23
24
fpga/*
25
!fpga/tests
26
!fpga/fpga_lf.bit
27
!fpga/fpga_hf.bit
28
!fpga/*.v
29
!fpga/Makefile
30
!fpga/fpga.ucf
31
!fpga/xst_lf.scr
32
!fpga/xst_hf.scr
33
!fpga/go.bat
34
!fpga/sim.tcl
35
36