Skip to content

Commit

Permalink
Tagging version 1.4.22
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Aug 15, 2015
0 parents commit fe4e927
Show file tree
Hide file tree
Showing 2,915 changed files with 724,725 additions and 0 deletions.
83 changes: 83 additions & 0 deletions .gitignore
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
Loading

0 comments on commit fe4e927

Please sign in to comment.