diff options
author | Marc Lasch <mlasch@mailbox.org> | 2015-08-11 15:13:25 +0200 |
---|---|---|
committer | Marc Lasch <mlasch@mailbox.org> | 2015-08-11 15:13:25 +0200 |
commit | 9f7530aa40c4197a8c1979b37baab43ba2e6205f (patch) | |
tree | bd60be0948ea1b3895c49a096dfeb50bf5c84d69 /.gitignore | |
download | netgraph-9f7530aa40c4197a8c1979b37baab43ba2e6205f.tar.gz netgraph-9f7530aa40c4197a8c1979b37baab43ba2e6205f.zip |
hello world test for mongoose
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6b97cea --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.project +.cproject +bin +*.o +*.swp |