summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-02-04 18:59:23 -0200
committerPeter Hutterer <peter.hutterer@who-t.net>2009-02-05 08:50:11 +1000
commit862314c8dfced80631b2c7a6e00799fd2956b6dc (patch)
tree32691009bdda961cb922f81e55e4226fb0f42627 /.gitignore
parent69d38cbda4ecff87dc63dd26cfae4262c1e6161c (diff)
Janitor: compiler warnings, .gitignore.
Correct common sparse warning about integer used where a pointer is expected. Remaining warnings are about the symbols that the X Server loader should "dlsym()" to load the module, and are extern/exported, but have no declaration anywhere. Use only one .gitignore file in the toplevel directory. Signed-off-by: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 8cc2c1c..eb19a4e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+.deps
Makefile
Makefile.in
*.la
@@ -19,3 +20,6 @@ missing
stamp-h1
*~
kbd.4
+xf86-input-keyboard-*.tar.*
+ChangeLog
+tags