diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-09-29 09:42:48 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-09-29 10:05:14 +0900 |
commit | 266ddefe85a96e1c0fe3d9ecf0be60321a2a9621 (patch) | |
tree | 1e875bd5c44717f51afaae65824cc6709a4343be /.gitignore | |
parent | 7e1f2567a6ffac85e7c1cbb4a8954af4a5d0844e (diff) | |
download | glib-266ddefe85a96e1c0fe3d9ecf0be60321a2a9621.tar.gz glib-266ddefe85a96e1c0fe3d9ecf0be60321a2a9621.tar.bz2 glib-266ddefe85a96e1c0fe3d9ecf0be60321a2a9621.zip |
Imported Upstream version 2.52.3
Change-Id: If358c3502e4820a888b34011119821ea38b2b563
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 9edb72cce..000000000 --- a/.gitignore +++ /dev/null @@ -1,49 +0,0 @@ -# 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.* -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/ |