mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 11:44:11 +01:00
Add .hgignore
This commit is contained in:
29
.hgignore
Normal file
29
.hgignore
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
## 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
|
||||||
|
|
||||||
|
## Editor backup and swap files
|
||||||
|
*~
|
||||||
|
.#*
|
||||||
|
\#**\#
|
||||||
|
.*.sw[op]
|
||||||
|
.sw[op]
|
||||||
|
|
||||||
|
## Generated by Mac filesystem
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
syntax: regexp
|
||||||
|
|
||||||
|
## For rejects
|
||||||
|
\.(orig|rej)$
|
||||||
|
|
||||||
Reference in New Issue
Block a user