diff options
author | Pekka Paalanen <pekka.paalanen@collabora.com> | 2019-03-14 16:43:19 +0200 |
---|---|---|
committer | Pekka Paalanen <pekka.paalanen@collabora.com> | 2019-03-28 13:56:45 +0200 |
commit | 5dc2ddf9c665b27c8b0c01c787a68a78113479f9 (patch) | |
tree | 0f83899d777916015149c2fcb574615b8931947d /.gitignore | |
parent | fc76388fa199e57684f956ff2d8f95539d2f540a (diff) |
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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 102 |
1 files changed, 0 insertions, 102 deletions
@@ -1,113 +1,11 @@ -*.announce -*.deps -*.jpg -*.la -*.lo -*.log -*.o -*.pc -*.sig -*.so *.swp .*.sw? .sw? *.sublime-project *.sublime-workspace -*.tar.xz -*.trs *~ ctags 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 -protocol/.*.valid -protocol/*.[ch] 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 |