diff options
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,7 +1,9 @@ # hg uses this global ignore file for all tree-wide ignores .DS_Store .project +.settings.json +build/ syntax: glob *.mo -xtrkcad-4.2.3b.hg -app/bin/dprmfile.c.orig +.vscode/launch.json +.vscode/c_cpp_properties.json |