mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
d07d96e135
Add *.trs and *.log to .gitignore along with test-driver Add *.trs and *.log to CLEANFILES in glib.mk.
49 lines
435 B
Plaintext
49 lines
435 B
Plaintext
# for all subdirectories
|
|
Makefile.in
|
|
Makefile
|
|
TAGS
|
|
.libs
|
|
.deps
|
|
*.o
|
|
*.lo
|
|
*.la
|
|
*.pc
|
|
.*.swp
|
|
.sw?
|
|
*.rc
|
|
*.gcno
|
|
*.gcda
|
|
*.gcov
|
|
*.sourcefiles
|
|
*.stp
|
|
*.exe
|
|
*.def
|
|
*.test
|
|
*.log
|
|
*.trs
|
|
|
|
# autofoo stuff here
|
|
compile
|
|
config.*
|
|
configure
|
|
depcomp
|
|
aclocal.m4
|
|
autom4te.cache
|
|
stamp-*
|
|
libtool
|
|
ltmain.sh
|
|
mingw32-config.cache
|
|
missing
|
|
install-sh
|
|
glib-gettextize
|
|
glib-zip
|
|
gtk-doc.make
|
|
py-compile
|
|
test-driver
|
|
|
|
INSTALL
|
|
README
|
|
ChangeLog
|
|
/glib-lcov.info
|
|
/glib-lcov/
|