]> git.zerfleddert.de Git - proxmark3-svn/blame_incremental - .gitignore
FIX: removing compiler warning about double const.
[proxmark3-svn] / .gitignore
... / ...
CommitLineData
1# .gitignore
2# don't push these files to the repository
3
4.history
5*.log
6*.eml
7*.o
8*.a
9*.d
10*.elf
11*.s19
12*.map
13*.bin
14*.dll
15*.moc.cpp
16*.z
17*.exe
18*.dsym
19hardnested_stats.txt
20proxmark
21proxmark3
22flasher
23fpga_compress
24version.c
25lua
26luac
27
28fpga/*
29!fpga/tests
30!fpga/fpga_lf.bit
31!fpga/fpga_hf.bit
32!fpga/*.v
33!fpga/Makefile
34!fpga/fpga.ucf
35!fpga/xst_lf.scr
36!fpga/xst_hf.scr
37!fpga/go.bat
38!fpga/sim.tcl
39
40#client/*
41client/traces/*
Impressum, Datenschutz