mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 07:12:28 +01:00
33 lines
433 B
Plaintext
33 lines
433 B
Plaintext
## To see if new rules exclude any existing files, run
|
|
##
|
|
## git ls-files -i --exclude-standard
|
|
##
|
|
## after modifying this file.
|
|
|
|
## 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
|
|
|
|
## For rejects
|
|
*.orig
|
|
*.rej
|
|
*.ancestor
|
|
*.current
|
|
*.patched
|
|
|
|
## Generated by StGit
|
|
patches-*
|
|
.stgit-*.txt
|