diff options
| author | Russ White <russ@riw.us> | 2018-01-10 20:10:09 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-10 20:10:09 -0500 |
| commit | 51f682b368b47594e785f18b2ed96cabe816f17e (patch) | |
| tree | 9862318cef73f81d7cec21552404182e4319928c | |
| parent | d29715c48b2ad08904a0eddb3e8aa9e9398a0cfa (diff) | |
| parent | 1de8dd93f1d3d48593ae70d2a09a5dd1463428cd (diff) | |
Merge pull request #1616 from qlyoung/sharpd-gitignore
sharpd: add .gitignore
| -rw-r--r-- | sharpd/.gitignore | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sharpd/.gitignore b/sharpd/.gitignore new file mode 100644 index 0000000000..c396f3ef94 --- /dev/null +++ b/sharpd/.gitignore @@ -0,0 +1,18 @@ +Makefile +Makefile.in +*.o +tags +TAGS +.deps +.nfs* +*.lo +*.la +*.a +*.libs +.arch-inventory +.arch-ids +*~ +*.loT +*clippy.c +sharpd +sharpd.conf |
