Merge pull request #770 from lukaskuzmiak/add-tmp-to-gitignore

add *.tmp to .gitignore
This commit is contained in:
Iceman
2020-06-10 01:01:22 +02:00
committed by GitHub

3
.gitignore vendored
View File

@@ -100,3 +100,6 @@ client/lualibs/pm3_cmd.lua
fpga_version_info.c
.proxmark3/*
# .tmp files are created during compilation
*.tmp