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
Merge pull request #118 from marshmellow42/master
[legacy-proxmark3.git]
/
.gitignore
blob
07669e14a240ae9125fef7ea6cc66387cae3211b
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
*.exe
16
proxmark
17
proxmark3
18
flasher
19
version.c
20
lua
21
luac
22
23
fpga/*
24
!fpga/tests
25
!fpga/fpga_lf.bit
26
!fpga/fpga_hf.bit
27
!fpga/*.v
28
!fpga/Makefile
29
!fpga/fpga.ucf
30
!fpga/xst_lf.scr
31
!fpga/xst_hf.scr
32
!fpga/go.bat
33
!fpga/sim.tcl
34
35