diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2016-07-16 13:31:03 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2016-07-16 13:31:03 +0200 |
commit | 4675ec55f6bdb8f826cc94a9585ff9229c277983 (patch) | |
tree | a0cb12494c9124e47b46f67c10b7932413bf9af6 /.gitignore | |
download | elfinfo-4675ec55f6bdb8f826cc94a9585ff9229c277983.tar.gz elfinfo-4675ec55f6bdb8f826cc94a9585ff9229c277983.tar.bz2 elfinfo-4675ec55f6bdb8f826cc94a9585ff9229c277983.tar.xz elfinfo-4675ec55f6bdb8f826cc94a9585ff9229c277983.zip |
o Initial import of code from intel d2000 playground.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..85f656f --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +.idea +*.iws +*.jar +*.tokens +build +/antlr4 +/antlr4-build +/antlr4-install +/target |