mirror of
https://github.com/php/php-gtk-src.git
synced 2026-03-24 01:02:08 +01:00
66 lines
683 B
Plaintext
66 lines
683 B
Plaintext
# OS Specific
|
|
*~
|
|
*.swp
|
|
|
|
# Object files
|
|
*.o
|
|
*.lo
|
|
|
|
# Libraries
|
|
*.lib
|
|
*.la
|
|
*.a
|
|
|
|
# Shared objects (inc. Windows DLLs)
|
|
*.dll
|
|
*.so
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
|
|
# Makefiles
|
|
Makefile*
|
|
|
|
# Output directories
|
|
Release/
|
|
|
|
# Generator junk
|
|
win32/logs/
|
|
win32/temp.bat
|
|
sources.temp
|
|
source_complete.txt
|
|
|
|
# autotools
|
|
config.*
|
|
configure
|
|
configure.*
|
|
acinclude.m4
|
|
aclocal.m4
|
|
autom4te.cache/
|
|
.deps
|
|
.libs/
|
|
mkinstalldirs
|
|
missing
|
|
libtool
|
|
install-sh
|
|
ltmain.sh
|
|
build/
|
|
!config.m4
|
|
buildmk.stamp
|
|
|
|
# Test specific Ignores
|
|
tests/*.diff
|
|
tests/*.out
|
|
tests/*.php
|
|
tests/*.exp
|
|
tests/*.log
|
|
tests/*.sh
|
|
run-tests.php
|
|
|
|
# GTK generator ignores
|
|
*.defs.cache
|
|
gen_*
|
|
build2/generated_lists
|
|
main/php_gtk_ext.c
|
|
main/php_gtk_version.h |