finalcut/.gitignore

36 lines
345 B
Plaintext
Raw Normal View History

2015-05-23 13:30:22 +02:00
*.o
*.so
*.lo
*.lai
*.la
*.a
*.lib
2015-08-10 21:50:27 +02:00
*.gcov
*.gcno
*.gcda
2015-08-22 18:53:52 +02:00
_configs.sed
2015-09-15 23:07:24 +02:00
config.guess
config.h.in~
2015-09-15 23:07:24 +02:00
config.h
config.log
config.lt
config.status
config.sub
2015-06-23 00:52:13 +02:00
Makefile
libtool
/autom4te.cache
src/.deps/
src/.libs/
test/.deps/
test/.libs/
test/calculator
test/dialog
test/string
2015-06-23 00:52:13 +02:00
test/hello
2015-07-04 23:10:52 +02:00
test/watch
2015-06-23 00:52:13 +02:00
test/input-dialog
test/mandelbrot
test/timer
test/ui
2015-05-23 13:30:22 +02:00