diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2019-10-22 18:29:17 +0200 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2019-10-30 12:06:05 +0100 |
| commit | 8d04453e5d34168daee5221afd5a1d0b4498d499 (patch) | |
| tree | 5408a46bde485e4ad5c8b364105999af9eed8d14 /.gitignore | |
| parent | 8ab81af8985237432393894e814bb0ae1d7a1799 (diff) | |
| download | sparse-dev-8d04453e5d34168daee5221afd5a1d0b4498d499.tar.gz | |
.gitignore: alphasort the patterns
The patterns have most probably been added in a queue-like way
but it makes harder to see what's in and what's not.
So, alphasort them.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -1,30 +1,30 @@ # generic +*.a *.o *.o.d -*.a -*.so -.*.swp *.pyc +*.so *~ +.*.swp # generated version.h # programs -test-inspect -test-lexing -test-parsing -obfuscate -sparse +c2xml compile +ctags +example graph +obfuscate +sparse +sparse-llvm test-dissect +test-inspect +test-lexing test-linearize -example +test-parsing test-unssa -ctags -c2xml -sparse-llvm # tags tags |
