mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-29 04:55:31 +00:00
.gitignore: ignore *.tmp files.
This fixes the problem where, while running `redo version-info.sh`, the repo would always show up as dirty, because redo creates a temp file named *.tmp. This caused the version code to always have a -dirty tag, but not when you run version.sh by hand. Signed-off-by: Avery Pennarun <apenwarr@tailscale.com>
This commit is contained in:
parent
c03543dbe2
commit
b246810377
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,6 @@
|
|||||||
# Binaries for programs and plugins
|
# Binaries for programs and plugins
|
||||||
*~
|
*~
|
||||||
|
*.tmp
|
||||||
*.exe
|
*.exe
|
||||||
*.dll
|
*.dll
|
||||||
*.so
|
*.so
|
||||||
|
Loading…
Reference in New Issue
Block a user