1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

Force git to ignore temporary *.tmp.c files too.

This commit is contained in:
Delyan Angelov 2019-08-25 18:56:02 +03:00 committed by Alexander Medvednikov
parent 836cc32d78
commit d945e9c72e

1
.gitignore vendored
View File

@ -11,6 +11,7 @@
*.exe
*.o
.*.c
*.tmp.c
*.obj