This website requires JavaScript.
Explore
Help
Sign In
employer
/
tame
Watch
1
Star
0
Fork
You've already forked tame
0
Code
Packages
Releases
Activity
554bb81a63
tame
/
core
/
.gitignore
9 lines
66 B
Plaintext
Raw
Normal View
History
Unescape
Escape
.gitignore added for build-generated files
2015-03-18 11:33:51 -04:00
# when core is built
*.xmlo
[DEV-7136] Add xmli files Add a new step to the build process that copies the `xml` file to an `xmli` file. Eventually, the new compiler will create the `xmli` file and the old compiler will convert it to an `amle` file during the transition.
2020-04-07 14:29:12 -04:00
*.xmli
xmle and js extensions added to ignore Both output from TAME linking.
2015-03-19 16:27:02 -04:00
*.xmle
*.js
.gitignore added for build-generated files
2015-03-18 11:33:51 -04:00
*.dep
*.tmp
.gitignore *.html .gitignore: Ignore *.html files
2016-06-10 15:38:25 -04:00
*.html