[PATCH 1/2] gitignore: Ignore various generated files

Damien Lespiau damien.lespiau at intel.com
Fri Dec 13 09:51:25 PST 2013


- *.log/*.trs are generated by make check
- TAGS are generated by make tags
- build-aux, config.h.in~ by autoconf
- *.sw? are temporary files create by vim
- name_from_fd wasn't ignored yet for some reason

Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
 .gitignore | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 5447f5c..17f6cb6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,10 +9,13 @@ bsd-core/*/machine
 *.ko.cmd
 *.la
 *.lo
+*.log
 *.mod.c
 *.mod.o
 *.o
 *.o.cmd
+*.sw?
+*.trs
 .depend
 .deps
 .libs
@@ -21,13 +24,15 @@ bsd-core/*/machine
 .*install*
 Makefile
 Makefile.in
+TAGS
 aclocal.m4
 autom4te.cache
+build-aux
 bus_if.h
 compile
 config.guess
 config.h
-config.h.in
+config.h.in*
 config.log
 config.status
 config.sub
@@ -82,6 +87,7 @@ tests/setversion
 tests/updatedraw
 tests/modeprint/modeprint
 tests/modetest/modetest
+tests/name_from_fd
 tests/kmstest/kmstest
 tests/vbltest/vbltest
 tests/radeon/radeon_ttm
-- 
1.8.3.1



More information about the dri-devel mailing list