Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Unified Diff: tools/spec_parser/.gitignore

Issue 2688903004: Creating an ANTLR grammar for Dart, potentially the syntax spec.
Patch Set: Added support for generic function invocations Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/spec_parser/.gitignore
diff --git a/tools/spec_parser/.gitignore b/tools/spec_parser/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..5810652271043adaacdd2338efc3cd3192676cea
--- /dev/null
+++ b/tools/spec_parser/.gitignore
@@ -0,0 +1,5 @@
+*Lexer.java
+*Parser.java
+*.tokens
+*.class
+*.dot

Powered by Google App Engine
This is Rietveld 408576698