blob: 534b8b5894e89e448bccd4a8f93450bdd6a8d408 [file] [log] [blame]
*.sbt
!build.sbt
.cache-main
.cache-tests
target
target/
lib_managed
src_managed
resource_managed
.history
.cache
.idea
.idea_modules
daffodil-core/errors
daffodil-lib/errors
daffodil-lib/bin
daffodil-propgen/errors
daffodil-test/errors
errors
project/errors
.~*#
daffodil-core/src/main/daffodil-core.iml
daffodil-core/src/test/Test1.iml
daffodil-lib/src/main/daffodil-lib.iml
daffodil-lib/src/test/daffodil-lib.iml
daffodil-lib/src/test/Test.iml
daffodil-propgen/src/main/daffodil-propgen.iml
daffodil-propgen/src/test/Test3.iml
daffodil-test/src/test/Test2.iml
daffodil-test/src/test/daffodil-test.iml
out
.scala_dependencies
.settings
daffodil-extra/*
# ignore all emacs backup files
*~
#
# For ECLIPSE
#
# This is a bit odd. These files for the patterns below
# don't exist in the file system
# but eclipse has its own kind of internal resource links to them
# and when EGit (eclipse's git interface) looks for files to say, commit
# it constructs paths using its own resource links, and then
# uses .gitignore to week out the ones it isn't to use.
# so this helps with using git from eclipse.
#
# The eclipse-projects directories are supposed to just be
# eclipse project .project and .classpath files as far as
# git is concerned. However, they will have src folders
# if they are split into main and unittest projects.
eclipse-projects/*/src/main
eclipse-projects/*/src/test
eclipse-projects/*/bin/
eclipse-projects/*/.tmpBin/
#
# FOR EMACS ENSIME
#
.ensime_cache
# these are autosave emacs files
\#*#
.\#*
.\#.*