Initial commit from SVN.
This commit is contained in:
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
#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/
|
||||
Reference in New Issue
Block a user