diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-09-29 10:07:13 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-09-29 10:08:17 +0900 |
commit | f122b92e1d3554504ac749da8e1398208a071648 (patch) | |
tree | 495304058fc4feadc74abf8a68fc8e81c935cc0c /.gitignore | |
parent | 62bc0b42f11c530aaae6b6079df426cb0b9513c6 (diff) | |
download | glib-f122b92e1d3554504ac749da8e1398208a071648.tar.gz glib-f122b92e1d3554504ac749da8e1398208a071648.tar.bz2 glib-f122b92e1d3554504ac749da8e1398208a071648.zip |
Imported Upstream version 2.53.2
Change-Id: Ie5f62282cb6613e2c5cde213dd6b231f2c3ef0da
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/ |