.hgignore

Sat, 11 Jan 2025 12:56:54 +0100

author
Mike Becker <universe@uap-core.de>
date
Sat, 11 Jan 2025 12:56:54 +0100
changeset 1122
49ab92de9a13
parent 952
dc53362bc5a7
permissions
-rw-r--r--

add more escape sequences to unescape function

and change the name of token_start to more clearly express what it actually is
(the start of the currently parsed PART of the token)

952
dc53362bc5a7 add msvc support
Mike Becker <universe@uap-core.de>
parents: 753
diff changeset
1 syntax:glob
753
24dc84788dee replace most of the build system with uwproj
Mike Becker <universe@uap-core.de>
parents: 398
diff changeset
2 nbproject/
24dc84788dee replace most of the build system with uwproj
Mike Becker <universe@uap-core.de>
parents: 398
diff changeset
3 .idea/
952
dc53362bc5a7 add msvc support
Mike Becker <universe@uap-core.de>
parents: 753
diff changeset
4 .vs/
dc53362bc5a7 add msvc support
Mike Becker <universe@uap-core.de>
parents: 753
diff changeset
5 *.vcxproj.user
753
24dc84788dee replace most of the build system with uwproj
Mike Becker <universe@uap-core.de>
parents: 398
diff changeset
6 build/
24dc84788dee replace most of the build system with uwproj
Mike Becker <universe@uap-core.de>
parents: 398
diff changeset
7 dist/
24dc84788dee replace most of the build system with uwproj
Mike Becker <universe@uap-core.de>
parents: 398
diff changeset
8 config.mk

mercurial