diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2015-10-12 17:15:57 +0200 |
|---|---|---|
| committer | Andrey Konovalov <andreyknvl@google.com> | 2015-10-13 15:31:56 +0200 |
| commit | 87a42c4dc364d5cf94187b1ff7488b74709372bf (patch) | |
| tree | 06e2f2c560953e726685d3f6188a5ff3ea815dea /.gitignore | |
| parent | 69de147243c2575dc297db78f80875bf11dff746 (diff) | |
Add Makefile
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..32bc424a1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.swp +*~ + +bin/ |
