mirror of
https://github.com/facebook/sapling.git
synced 2025-01-07 14:10:42 +03:00
30 lines
207 B
Plaintext
30 lines
207 B
Plaintext
syntax: glob
|
|
|
|
*.elc
|
|
*.orig
|
|
*.rej
|
|
*~
|
|
*.mergebackup
|
|
*.o
|
|
*.so
|
|
*.dll
|
|
*.exe
|
|
*.pyd
|
|
*.pyc
|
|
*.pyo
|
|
*$py.class
|
|
*.swp
|
|
*.prof
|
|
*.zip
|
|
\#*\#
|
|
.\#*
|
|
build
|
|
dist
|
|
.DS_Store
|
|
tags
|
|
cscope.*
|
|
|
|
syntax: regexp
|
|
^\.pc/
|
|
^\.(pydev)?project
|