mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
46 lines
421 B
Plaintext
46 lines
421 B
Plaintext
# Object files
|
|
*.o
|
|
*.lo
|
|
|
|
# Libraries
|
|
.libs
|
|
*.lib
|
|
*.a
|
|
*.la
|
|
|
|
# Shared objects (inc. Windows DLLs)
|
|
*.dll
|
|
*.so
|
|
*.so.*
|
|
*.dylib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
# generated by autogen.sh
|
|
INSTALL
|
|
Makefile.in
|
|
aclocal.m4
|
|
autom4te.cache
|
|
compile
|
|
config.guess
|
|
config.h.in
|
|
config.sub
|
|
configure
|
|
depcomp
|
|
install-sh
|
|
ltmain.sh
|
|
missing
|
|
|
|
# generated by configure
|
|
.deps
|
|
Makefile
|
|
adflib.pc
|
|
config.h
|
|
config.log
|
|
config.status
|
|
libtool
|
|
stamp-h1
|