# .hgignore - List of filenames hg should ignore # Filenames that should be ignored wherever they appear ~$ \.pyc$ (^|/)TAGS$ (^|/)\.DS_Store$ # User files that may appear at the root ^\.mozconfig$ ^mozconfig$ ^\.mozconfig\.mk$ ^\.mozconfig\.out$ ^configure$ ^config\.cache$ ^config\.log$ ^ID$ #treestate ^.treestate$ # Build directories ^obj- ^objdir- # directories we check out from other repositories ^directory/c-sdk$ # ^mozilla$ <--- causes regex perf issues when present with fsmonitor. See Bug 1293993. mozilla ^.mozilla-trunk$ # SVN directories \.svn/ # Git repositories .git/ # Ignore the files and directory that Eclipse IDE creates \.project$ \.cproject$ \.settings/ # Ignore the files and directory that JetBrains IDEs create. \.idea/ \.iml$