https://github.com/GNOME/glib
Raw File
Tip revision: 59c12bc8aad67d80129e21e3829cb7f7bb91be53 authored by Emmanuele Bassi on 22 June 2018, 00:04:08 UTC
build: Use .m files directly
Tip revision: 59c12bc
.gitignore
# for all subdirectories
Makefile.in
Makefile
TAGS
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.cache
config.guess
config.h
config.h.in
config.h-new
config.log
config.lt
config.rpath
config.status*
config.sub
configure
depcomp
aclocal.m4
autom4te.cache
stamp-*
libtool
ltmain.sh
mingw32-config.cache
missing
install-sh
glib-gettextize
gtk-doc.make
py-compile
test-driver

INSTALL
ChangeLog
/glib-lcov.info
/glib-lcov/

# Meson
/meson-build/
/subprojects/*/
back to top