.hgignore

Fri, 03 Oct 2025 18:58:44 +0200

author
Mike Becker <universe@uap-core.de>
date
Fri, 03 Oct 2025 18:58:44 +0200
changeset 1415
40074e643663
parent 952
dc53362bc5a7
permissions
-rw-r--r--

go back to ctype.h, but this time try to avoid crashes in Microsoft's implementation

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