-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
nico
committed
Aug 15, 2015
0 parents
commit fe4e927
Showing
2,915 changed files
with
724,725 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
# Editors, etc. | ||
*~ | ||
.*.swp | ||
.swp | ||
tags | ||
.DS_Store | ||
*.log | ||
*.stamp | ||
*.dirstamp | ||
|
||
/SecretDeviceAdapters/ | ||
|
||
# Visual Studio | ||
*.ncb | ||
*.opensdf | ||
*.sdf | ||
*.suo | ||
*.vcproj.*.user | ||
*.vcxproj.user | ||
ipch/ | ||
|
||
# GNU build system | ||
*.la | ||
*.lo | ||
*.o | ||
*.trs | ||
.deps/ | ||
.libs/ | ||
Makefile | ||
Makefile.in | ||
aclocal.m4 | ||
autom4te.cache/ | ||
compile | ||
config.guess | ||
config.log | ||
config.status | ||
config.sub | ||
configure | ||
depcomp | ||
install-sh | ||
libtool | ||
ltmain.sh | ||
m4/libtool.m4 | ||
m4/ltoptions.m4 | ||
m4/ltsugar.m4 | ||
m4/ltversion.m4 | ||
m4/lt~obsolete.m4 | ||
missing | ||
test-driver | ||
|
||
# Python | ||
*.pyc | ||
*.pyo | ||
__pycache__/ | ||
|
||
# Build | ||
*.class | ||
*.jar | ||
*-Tests | ||
ant_test.sh | ||
build/ | ||
test-reports/ | ||
/doxygen/out/ | ||
/dependencies/ | ||
/dist/ | ||
/stage/ | ||
/symbols/ | ||
|
||
# Testing | ||
/testing/gmock-*.zip | ||
/testing/gmock/ | ||
|
||
# Generated source | ||
/buildscripts/launchers/micromanager | ||
/buildscripts/launchers/mmimagej | ||
/MMCoreJ_wrap/gensrc/ | ||
/MMCoreJ_wrap/MMCoreJ_wrap.cxx | ||
/MMCoreJ_wrap/MMCoreJ_wrap.h | ||
/MMCorePy_wrap/MMCorePy.py | ||
/MMCorePy_wrap/MMCorePy_wrap.cxx | ||
/MMCorePy_wrap/MMCorePy_wrap.h | ||
/DeviceAdapters/DirectElectron/src/DEMessaging/DEServer.pb.cc | ||
/DeviceAdapters/DirectElectron/src/DEMessaging/DEServer.pb.h |
Oops, something went wrong.