Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Ignore .eggs/ and CellProfiler.egg-info/ (resolves #1541)
  • Loading branch information
0x00b1 committed Sep 8, 2015
1 parent 1350fac commit aff002b
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .gitignore
@@ -1,42 +1,42 @@
**/.DS_Store
**/Thumbs.db
*.dll
*.jar
*~
*.log
*.pdb
*.pyc
*.pyd
*.pdb
*.log
*.so
*.dll
*.properties
**/Thumbs.db
**/.DS_Store
*\#
build
*~
.eggs/
.idea/
BatchProfiler/PrintEnv.py
dist
build
CellProfiler.egg-info/
cellprofiler/cpmath/_convex_hull.c
cellprofiler/cpmath/_cpmorphology2.c
cellprofiler/cpmath/_fastemd.cpp
cellprofiler/cpmath/_filter.c
cellprofiler/cpmath/_lapjv.c
cellprofiler/cpmath/_propagate.c
cellprofiler/cpmath/_watershed.c
cellprofiler/cpmath/_convex_hull.c
cellprofiler/cpmath/_fastemd.cpp
cellprofiler/cpmath/build

This comment has been minimized.

Copy link
@LeeKamentsky

LeeKamentsky Sep 8, 2015

Thx for alphabetizing. Is the deletion of the cellprofiler/cpmath/build exclusion intentional?

cellprofiler/frozen_version.py
cellprofiler/tests/test.db
cellprofiler/utilities/build
cellprofiler/utilities/javabridge.c
contrib/LAP.c
cellprofiler/tests/test.db
cellprofiler/frozen_version.py
imagej/maven
imagej/jars
dist
imagej/*.zip
imagej/.checksums
imagej/.project
imagej/.settings
imagej/.checksums
java/target
imagej/jars
imagej/maven
java/.factorypath
java/.settings
java/target
killjavabridge.egg-info
plugins
output
plugins
windows/**
.idea/

0 comments on commit aff002b

Please sign in to comment.