diff options
author | Mike Buland <eichlan@xagasoft.com> | 2011-12-11 10:01:52 -0700 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2011-12-11 10:01:52 -0700 |
commit | 4d5d24f1da11a1279da0b5ea9351c4372a74bc43 (patch) | |
tree | 90e2e93ee24518fc098b0109871f83fbd07ac392 /.gitignore | |
download | stage-4d5d24f1da11a1279da0b5ea9351c4372a74bc43.tar.gz stage-4d5d24f1da11a1279da0b5ea9351c4372a74bc43.tar.bz2 stage-4d5d24f1da11a1279da0b5ea9351c4372a74bc43.tar.xz stage-4d5d24f1da11a1279da0b5ea9351c4372a74bc43.zip |
Basic parser coming together.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..275e405 --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,3 @@ | |||
1 | stage | ||
2 | .build_cache | ||
3 | .*.swp | ||