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>
This commit is contained in:
parent
fc76388fa1
commit
5dc2ddf9c6
|
@ -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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
weston.ini
|
|
@ -1,4 +0,0 @@
|
|||
weston.1
|
||||
weston-drm.7
|
||||
weston.ini.5
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
*.log
|
||||
*.test
|
||||
*.trs
|
||||
*.weston
|
||||
logs
|
||||
matrix-test
|
||||
setbacklight
|
||||
test-client
|
||||
test-text-client
|
|
@ -1,3 +0,0 @@
|
|||
wcap-decode
|
||||
wcap-snapshot
|
||||
|
Loading…
Reference in New Issue