1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-03 13:14:12 +01:00
Files
pentadactyl-pm/.hgignore
Kris Maglione 2375a00fb4 Replace 'focuscontent' with 'strictfocus'.
--HG--
branch : testing
2010-08-26 13:26:34 -04:00

32 lines
394 B
Plaintext

## To see if new rules exclude any existing files, run
##
## hg status -i
##
## after modifying this file.
syntax: glob
## Generated by the build process
*.xpi
*/locale/*/*.html
*/chrome
*/contrib/vim/*.vba
*/bak/*
downloads/*
## Editor backup and swap files
*~
.#*
\#**\#
.*.sw[op]
.sw[op]
## Generated by Mac filesystem
.DS_Store
syntax: regexp
## For rejects
\.(orig|rej|bak|diff)$