summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-22 17:34:02 -0200
committerPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-22 17:34:02 -0200
commitf53142c6882f08b646ebe6d614bb6f14d5dcdb57 (patch)
tree1cb3cb9a9ee9f94fcaf0533d394dd91207bf3da1 /.gitignore
parentbee786458655a081487f2caff112f85aa0c3c8de (diff)
Correct make distcheck and most gcc/sparse warnings.
Remaining warnings are due to bit/shift operations mixed with addition/multiplication/etc. "1<<2-1" should be read as "1 << (2 - 1)", and not "(1 << 2) - 1". The first 2 warnings appear to be for a confusing case, as a few lines bellow it is adding parenthesis to the shift operation, but should be being parsed correctly (not added parenthesis to avoid the adding them wrong, and "hiding" the warning...)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3e6866c..24f7b52 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,7 @@ xdpr.1
xpr
xpr.1
*~
+*.o
+xpr-*.tar.*
+ChangeLog
+tags