diff options
| author | Mike Buland <eichlan@xagasoft.com> | 2011-12-11 10:13:22 -0700 |
|---|---|---|
| committer | Mike Buland <eichlan@xagasoft.com> | 2011-12-11 10:13:22 -0700 |
| commit | 78118e3b515ea5268205b4f56d914900a9535c88 (patch) | |
| tree | 32c2114c54cbdde0d4ba76701e1775ae3e7dc109 | |
| parent | 4d5d24f1da11a1279da0b5ea9351c4372a74bc43 (diff) | |
| download | stage-78118e3b515ea5268205b4f56d914900a9535c88.tar.gz stage-78118e3b515ea5268205b4f56d914900a9535c88.tar.bz2 stage-78118e3b515ea5268205b4f56d914900a9535c88.tar.xz stage-78118e3b515ea5268205b4f56d914900a9535c88.zip | |
Everything that should be ignored so far, is.
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | src/.gitignore | 3 |
2 files changed, 4 insertions, 0 deletions
| @@ -1,3 +1,4 @@ | |||
| 1 | stage | 1 | stage |
| 2 | .build_cache | 2 | .build_cache |
| 3 | .*.swp | 3 | .*.swp |
| 4 | *.o | ||
diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..721300b --- /dev/null +++ b/src/.gitignore | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | parser.tab.c | ||
| 2 | parser.tab.h | ||
| 3 | parser.yy.c | ||
