.hgignore
author František Kučera <franta-hg@frantovo.cz>
Fri, 08 Mar 2019 22:48:35 +0100
branchv_0
changeset 3 d8793f61ee43
parent 0 37aa134ae57b
permissions -rw-r--r--
a bit cleaner version (but still with an infinite loop) tested with FreeCAD – test case: - start spacenavd daemon without .Xauthority so it accepts only domain socket connection but not X11 - run freecad - 3D mouse will not work - run LD_PRELOAD=./spacenav-lib-hack/build/Debug/src/libspnav-lib-hack.so freecad - 3D mouse will work

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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