mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
.gitignore: Sort using sort-lines
This commit is contained in:
parent
bb15524c12
commit
2a0d4c5965
1 changed files with 14 additions and 14 deletions
28
.gitignore
vendored
28
.gitignore
vendored
|
@ -1,20 +1,20 @@
|
||||||
|
*.[ao]
|
||||||
|
*.stamp
|
||||||
|
*cscope*
|
||||||
|
*~
|
||||||
|
.*.swp
|
||||||
|
/.deps
|
||||||
/.first-build-message
|
/.first-build-message
|
||||||
|
/.stamps
|
||||||
/Makefile.config
|
/Makefile.config
|
||||||
|
/bindings/python-cffi/build/
|
||||||
|
/lib/libnotmuch*.dylib
|
||||||
|
/lib/libnotmuch.so*
|
||||||
|
/notmuch
|
||||||
|
/notmuch-shared
|
||||||
|
/releases
|
||||||
/sh.config
|
/sh.config
|
||||||
|
/sphinx.config
|
||||||
/version.stamp
|
/version.stamp
|
||||||
TAGS
|
TAGS
|
||||||
tags
|
tags
|
||||||
*cscope*
|
|
||||||
/.deps
|
|
||||||
/notmuch
|
|
||||||
/notmuch-shared
|
|
||||||
/lib/libnotmuch.so*
|
|
||||||
/lib/libnotmuch*.dylib
|
|
||||||
*.[ao]
|
|
||||||
*~
|
|
||||||
.*.swp
|
|
||||||
/releases
|
|
||||||
/.stamps
|
|
||||||
*.stamp
|
|
||||||
/bindings/python-cffi/build/
|
|
||||||
/sphinx.config
|
|
||||||
|
|
Loading…
Reference in a new issue