debrouxl / tilibs

TILP (formerly GtkTiLink) can transfer data between Texas Instruments graphing calculators and a computer. It works with all link cables (parallel, serial, Black/Gray/Silver/Direct Link) and it supports the TI-Z80 series (73..86), the TI-eZ80 series (83PCE, 84+CE), the TI-68k series (89, 92, 92+, V200, 89T) and the Nspire series (Nspire Clickpad / Touchpad / CX, both CAS and non-CAS)
http://lpg.ticalc.org/prj_tilp
63 stars 23 forks source link

add pot to gitignore, delete pot files #6

Closed uyjulian closed 9 years ago

uyjulian commented 9 years ago

It's real annoying when the .pot files are updated for just a few line numbers, it makes a diff bigger than it needs to be.

debrouxl commented 9 years ago

Thanks. It's easy to skip changes from the pot files when viewing a diff (at least in gitk), but you're right, smaller spurious output in diff is a good thing. I plan to merge such a change in the end, but only after the commits from the experimental branch, which contain many ordered changes to the .pot and .po files, get rewritten enough and graduate to master. I'll credit you.

uyjulian commented 9 years ago

I'll rebase later, after you merge experimental.

debrouxl commented 7 years ago

At long last, I have now effectively merged experimental to master, after slowly forwarding master towards experimental over the past few weeks. You can rebase your changes, if you still wish to do so :)