70 lines
596 B
Plaintext
70 lines
596 B
Plaintext
# .gitignore
|
|
*.o
|
|
*.lo
|
|
*.la
|
|
*.so
|
|
*.a
|
|
*.dll
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
*.dylib
|
|
*.class
|
|
*.log
|
|
*.trs
|
|
|
|
# Autotools generated files
|
|
autom4te.cache
|
|
build-aux
|
|
aclocal.m4
|
|
compile
|
|
config.guess
|
|
config.h
|
|
config.h.in
|
|
config.log
|
|
config.status
|
|
config.sub
|
|
configure
|
|
depcomp
|
|
install-sh
|
|
ltmain.sh
|
|
m4
|
|
Makefile
|
|
Makefile.in
|
|
missing
|
|
stamp-h1
|
|
.deps/
|
|
.dirstamp
|
|
|
|
|
|
# Autoconf files
|
|
autoscan.log
|
|
autoscan-*.m4
|
|
autoscan-*.m4.bak
|
|
|
|
# Libtool files
|
|
libtool
|
|
ltconfig
|
|
ltmain.sh
|
|
|
|
# temp files
|
|
*.bak
|
|
*~
|
|
*.swp
|
|
*.swo
|
|
|
|
# Ide files
|
|
.idea
|
|
*.project
|
|
*.cproject
|
|
*.settings
|
|
*.sln
|
|
*.suo
|
|
*.user
|
|
*.ncb
|
|
*.vcxproj
|
|
*.vcxproj.filters
|
|
|
|
# Unity
|
|
test-driver
|