mirror of
https://github.com/roytam1/boc-uxp.git
synced 2021-11-05 16:13:16 +00:00
41 lines
623 B
Plaintext
41 lines
623 B
Plaintext
# .gitignore - List of filenames git should ignore
|
|
|
|
# Filenames that should be ignored wherever they appear
|
|
*~
|
|
*.rej
|
|
*.xpi
|
|
*.pyc
|
|
*.pyo
|
|
TAGS
|
|
tags
|
|
ID
|
|
.DS_Store*
|
|
|
|
# Vim swap files.
|
|
.*.sw[a-z]
|
|
|
|
# User files that may appear at the root
|
|
/.mozconfig*
|
|
/mozconfig
|
|
/configure
|
|
/config.cache
|
|
/config.log
|
|
/.clang_complete
|
|
/mach.ini
|
|
/binoc.cfg
|
|
|
|
# Build directories
|
|
/obj*/
|
|
/build-*/
|
|
|
|
# Ignore the files and directory that Eclipse IDE creates
|
|
.project
|
|
.cproject
|
|
.settings/
|
|
|
|
old.mozconfig
|
|
|
|
# External projects that might be symlinked/junction'd ini
|
|
/palemoon
|
|
/other-licenses/7zstub/palemoon
|
|
/basilisk |