giellalt / template-lang-und

A template repo for new languages, as well as to update existing language repos with.
https://giellalt.uit.no/
GNU Lesser General Public License v3.0
2 stars 1 forks source link

Gitignore in need of update #15

Open Trondtr opened 2 years ago

Trondtr commented 2 years ago

For any language, compiling will result in the following situation:

uit-mac-443:lang-smn ttr000$ cd ../lang-swe/ uit-mac-443:lang-swe ttr000$ git status On branch main Your branch is up to date with 'origin/main'.

Changes not staged for commit: (use "git add/rm ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) deleted: tools/mt/apertium/tagsets/apertium.postproc.relabel

Untracked files: (use "git add ..." to include in what will be committed) configure~ src/fst/hfst-twolc-error-log.txt

Thus these three should be included in .gitignore.