diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-06-01 09:50:29 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-06-01 09:50:29 +0200 |
commit | ca808f5c335a873c87359ce024e1a14ebae706b9 (patch) | |
tree | bf6ca050eedf2b3f71d8698d370786174bf17cca /.gitignore | |
download | unitd-ca808f5c335a873c87359ce024e1a14ebae706b9.tar unitd-ca808f5c335a873c87359ce024e1a14ebae706b9.zip |
initial import: starts and connects to ubus
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..98a2b57 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +procd +.* +Makefile +CMakeCache.txt +CMakeFiles +*.cmake +install_manifest.txt + |