Clean up .gitignore after autotools removal

There is no such thing as building in-tree anymore, so no need to ignore build
artifacts.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
dev
Pekka Paalanen 6 years ago
parent fc76388fa1
commit 5dc2ddf9c6
  1. 102
      .gitignore
  2. 1
      ivi-shell/.gitignore
  3. 4
      man/.gitignore
  4. 9
      tests/.gitignore
  5. 3
      wcap/.gitignore

102
.gitignore vendored

@ -1,113 +1,11 @@
*.announce
*.deps
*.jpg
*.la
*.lo
*.log
*.o
*.pc
*.sig
*.so
*.swp *.swp
.*.sw? .*.sw?
.sw? .sw?
*.sublime-project *.sublime-project
*.sublime-workspace *.sublime-workspace
*.tar.xz
*.trs
*~ *~
ctags ctags
cscope.out cscope.out
.libs
.dirstamp
/aclocal.m4
/autom4te.cache
/build-aux/
/config.guess
/config.h
/config.h.in
/config.log
/config.mk
/config.status
/config.sub
/configure
/depcomp
/doc/doxygen/*.doxygen
/docs/developer
/docs/tools
/install-sh
/libtool
/ltmain.sh
/logs
/missing
/stamp-h1
/test-driver
/weston.ini
Makefile
Makefile.in
TAGS TAGS
protocol/.*.valid
protocol/*.[ch]
00*.patch 00*.patch
weston-calibrator
weston-clickdot
weston-cliptest
weston-confine
weston-dnd
weston-editor
weston-eventdemo
weston-flower
weston-fullscreen
weston-gears
weston-image
weston-nested
weston-nested-client
weston-presentation-shm
weston-resizor
weston-scaler
weston-simple-dmabuf-drm
weston-simple-dmabuf-v4l
weston-simple-egl
weston-simple-shm
weston-simple-touch
weston-simple-damage
weston-smoke
weston-stacking
weston-subsurfaces
weston-touch-calibrator
weston-transformed
weston-view
weston-keyboard
libtoytoolkit.a
weston-desktop-shell
weston-ivi-shell-user-interface
weston-info
weston-screenshooter
weston-tablet-shell
weston-terminal
weston-multi-resource
weston-simple-im
weston
weston-launch
spring-tool
*.weston
*.test
*.ivi
wcap-decode
matrix-test
setbacklight
weston.1
weston-drm.7
weston.ini.5
/libweston/git-version.h
/libweston/version.h
/tests/weston-ivi.ini
internal-screenshot-00.png
/zuctest

@ -1 +0,0 @@
weston.ini

4
man/.gitignore vendored

@ -1,4 +0,0 @@
weston.1
weston-drm.7
weston.ini.5

9
tests/.gitignore vendored

@ -1,9 +0,0 @@
*.log
*.test
*.trs
*.weston
logs
matrix-test
setbacklight
test-client
test-text-client

3
wcap/.gitignore vendored

@ -1,3 +0,0 @@
wcap-decode
wcap-snapshot
Loading…
Cancel
Save