mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 17:44:11 +01:00
.gitignore and Makefile cleanup to make build environment friendly (and non-biased) to other editors.
This commit is contained in:
25
.gitignore
vendored
25
.gitignore
vendored
@@ -1,8 +1,27 @@
|
||||
## 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
|
||||
|
||||
## Editor backup and swap files
|
||||
*~
|
||||
.*.swp
|
||||
.*.swo
|
||||
.swp
|
||||
.\#*
|
||||
\#**\#
|
||||
.*.sw[op]
|
||||
.sw[op]
|
||||
|
||||
## Generated by Mac filesystem
|
||||
.DS_Store
|
||||
|
||||
## For rejects
|
||||
*.orig
|
||||
*.rej
|
||||
|
||||
## Generated by StGit
|
||||
patches-*
|
||||
|
||||
Reference in New Issue
Block a user