Update .gitignore
Add autotools remnants, as well as more comprehensive vim swapfiles, Sublime Text configuration, and git format-patch output. Signed-off-by: Daniel Stone <daniels@collabora.com> Reviewed-by: Derek Foreman <derekf@osg.samsung.com>
This commit is contained in:
committed by
Bryce Harrington
parent
d540f4bb76
commit
7b9efcbcbf
+12
@@ -7,6 +7,10 @@
|
|||||||
*.pc
|
*.pc
|
||||||
*.so
|
*.so
|
||||||
*.swp
|
*.swp
|
||||||
|
.*.sw?
|
||||||
|
.sw?
|
||||||
|
*.sublime-project
|
||||||
|
*.sublime-workspace
|
||||||
*.trs
|
*.trs
|
||||||
*~
|
*~
|
||||||
ctags
|
ctags
|
||||||
@@ -16,14 +20,20 @@ cscope.out
|
|||||||
/aclocal.m4
|
/aclocal.m4
|
||||||
/autom4te.cache
|
/autom4te.cache
|
||||||
/build-aux/
|
/build-aux/
|
||||||
|
/config.guess
|
||||||
/config.h
|
/config.h
|
||||||
/config.h.in
|
/config.h.in
|
||||||
/config.log
|
/config.log
|
||||||
/config.mk
|
/config.mk
|
||||||
/config.status
|
/config.status
|
||||||
|
/config.sub
|
||||||
/configure
|
/configure
|
||||||
|
/depcomp
|
||||||
|
/install-sh
|
||||||
/libtool
|
/libtool
|
||||||
|
/ltmain.sh
|
||||||
/logs
|
/logs
|
||||||
|
/missing
|
||||||
/stamp-h1
|
/stamp-h1
|
||||||
/test-driver
|
/test-driver
|
||||||
/weston.ini
|
/weston.ini
|
||||||
@@ -33,6 +43,8 @@ TAGS
|
|||||||
protocol/.*.valid
|
protocol/.*.valid
|
||||||
protocol/*.[ch]
|
protocol/*.[ch]
|
||||||
|
|
||||||
|
00*.patch
|
||||||
|
|
||||||
weston-calibrator
|
weston-calibrator
|
||||||
weston-clickdot
|
weston-clickdot
|
||||||
weston-cliptest
|
weston-cliptest
|
||||||
|
|||||||
Reference in New Issue
Block a user