.gitignore update
This commit is contained in:
parent
77c6fa4eee
commit
c4fbad06ca
|
@ -1,4 +1,3 @@
|
|||
/autom4te.cache
|
||||
*.o
|
||||
*.so
|
||||
*.lo
|
||||
|
@ -6,4 +5,20 @@
|
|||
*.la
|
||||
*.a
|
||||
*.lib
|
||||
config.*
|
||||
Makefile
|
||||
libtool
|
||||
/autom4te.cache
|
||||
src/.deps/
|
||||
src/.libs/
|
||||
test/.deps/
|
||||
test/.libs/
|
||||
test/calculator
|
||||
test/dialog
|
||||
test/fstring
|
||||
test/hello
|
||||
test/input-dialog
|
||||
test/mandelbrot
|
||||
test/timer
|
||||
test/ui
|
||||
|
||||
|
|
|
@ -277,6 +277,7 @@ EXTRA_DIST = \
|
|||
newfont2.png \
|
||||
progress-bar.png \
|
||||
readme.txt \
|
||||
FSwitch-draft.png \
|
||||
terminfo-capabilities.sh \
|
||||
terminfo-manual.sh \
|
||||
textview.png \
|
||||
|
@ -297,6 +298,7 @@ doc_DATA = \
|
|||
newfont2.png \
|
||||
progress-bar.png \
|
||||
readme.txt \
|
||||
FSwitch-draft.png \
|
||||
terminfo-capabilities.sh \
|
||||
terminfo-manual.sh \
|
||||
textview.png \
|
||||
|
|
Loading…
Reference in New Issue