finalcut/.gitignore

29 lines
261 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-06-23 00:52:13 +02:00
config.*
Makefile
libtool
/autom4te.cache
src/.deps/
src/.libs/
test/.deps/
test/.libs/
test/calculator
test/dialog
test/fstring
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