aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2019-10-22 18:29:17 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2019-10-30 12:06:05 +0100
commit8d04453e5d34168daee5221afd5a1d0b4498d499 (patch)
tree5408a46bde485e4ad5c8b364105999af9eed8d14
parent8ab81af8985237432393894e814bb0ae1d7a1799 (diff)
downloadsparse-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>
-rw-r--r--.gitignore24
1 files changed, 12 insertions, 12 deletions
diff --git a/.gitignore b/.gitignore
index 7565fd56..fea16237 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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