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

pull/1744/head
Delyan Angelov 2019-08-25 18:56:02 +03:00 committed by Alexander Medvednikov
parent 836cc32d78
commit d945e9c72e
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

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