Files
Brainstorm/.gitignore
wcrisman bb9b1f550e Fixed TCP no delay in the PassThroughSocketContext.
Ignored the eclipse metadata.
2014-05-30 12:11:28 -07:00

28 lines
641 B
Plaintext

#Projects current not under version control.
/Archives/
/Amaranthine Deific Alogrithm/
#App Browser & Foundation are currently convienence projects and should be removed entirely at some point (bad build structure).
/Application Browser/
/Application Foundation/
/Common Alt/
/Document Test/
/Foundation ASF Server/
#Don't include class files, archives, or temporary word files.
*.class
*.zip
*.jar
~$*.doc
#Don't include Eclipse temp files, Ivy temp files, Binary output, Build files, or compiled Resource files.
# xres files are uncompiled and should be included.
.settings
/
bin/
.ivy/
build/
*.res
archives/
/*/controls/
.metadata/