.hgignore

Fri, 01 Jul 2022 16:46:43 +0300

author
Teemu Piippo <teemu.s.piippo@gmail.com>
date
Fri, 01 Jul 2022 16:46:43 +0300
changeset 312
2637134bc37c
parent 263
59b6027b9843
permissions
-rw-r--r--

Fix right click to delete not really working properly
Instead of removing the point that had been added, it would remove
the point that is being drawn, which would cause it to overwrite the
previous point using the new point, causing a bit of a delay

0
f9f4d4d6f162 initial commit
Teemu Piippo <teemu@hecknology.net>
parents:
diff changeset
1 syntax:glob
263
59b6027b9843 Move render layer files to new src/layers/ directory
Teemu Piippo <teemu.s.piippo@gmail.com>
parents: 25
diff changeset
2 CMakeLists.txt.user*
1
51d14b0c68c0 add version
Teemu Piippo <teemu@hecknology.net>
parents: 0
diff changeset
3 __pycache__
3
55a55a9ec2c2 Added lots of code
Teemu Piippo <teemu@hecknology.net>
parents: 1
diff changeset
4 *.orig
25
6de5ac1fb471 added debug and release to hgignore
Teemu Piippo <teemu@hecknology.net>
parents: 3
diff changeset
5 debug
6de5ac1fb471 added debug and release to hgignore
Teemu Piippo <teemu@hecknology.net>
parents: 3
diff changeset
6 release

mercurial