.gitignore update
This commit is contained in:
parent
77c6fa4eee
commit
c4fbad06ca
|
@ -1,4 +1,3 @@
|
||||||
/autom4te.cache
|
|
||||||
*.o
|
*.o
|
||||||
*.so
|
*.so
|
||||||
*.lo
|
*.lo
|
||||||
|
@ -6,4 +5,20 @@
|
||||||
*.la
|
*.la
|
||||||
*.a
|
*.a
|
||||||
*.lib
|
*.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 \
|
newfont2.png \
|
||||||
progress-bar.png \
|
progress-bar.png \
|
||||||
readme.txt \
|
readme.txt \
|
||||||
|
FSwitch-draft.png \
|
||||||
terminfo-capabilities.sh \
|
terminfo-capabilities.sh \
|
||||||
terminfo-manual.sh \
|
terminfo-manual.sh \
|
||||||
textview.png \
|
textview.png \
|
||||||
|
@ -297,6 +298,7 @@ doc_DATA = \
|
||||||
newfont2.png \
|
newfont2.png \
|
||||||
progress-bar.png \
|
progress-bar.png \
|
||||||
readme.txt \
|
readme.txt \
|
||||||
|
FSwitch-draft.png \
|
||||||
terminfo-capabilities.sh \
|
terminfo-capabilities.sh \
|
||||||
terminfo-manual.sh \
|
terminfo-manual.sh \
|
||||||
textview.png \
|
textview.png \
|
||||||
|
|
Loading…
Reference in New Issue