.hgignore
author František Kučera <franta-hg@frantovo.cz>
Sat, 23 Apr 2022 23:23:29 +0200
branchv_0
changeset 59 4fce579bed22
parent 35 5f79c1a30f9f
permissions -rw-r--r--
BufferingMode: configurable modes that control when flush() is called set through the environmental variable RELPIPE_WRITER_BUFFERING_MODE or through the API method setBufferingMode()

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

^\.dep\.inc
^dist/
^build/
^nbproject/private/