aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkremlin <ian@kremlin.cc>2014-07-15 11:21:23 +0800
committerkremlin <ian@kremlin.cc>2014-07-15 11:21:23 +0800
commit416466f76047f6ba868b3479aa75dcdd1dd0c988 (patch)
tree1ae272a21a28cf9d1975b886cede4bd497b8cfb8
parentaa9bd64b241ef1ed52d227c1eaa530c046ce58cc (diff)
downloadsystembsd-416466f76047f6ba868b3479aa75dcdd1dd0c988.tar
systembsd-416466f76047f6ba868b3479aa75dcdd1dd0c988.tar.gz
systembsd-416466f76047f6ba868b3479aa75dcdd1dd0c988.tar.bz2
systembsd-416466f76047f6ba868b3479aa75dcdd1dd0c988.tar.lz
systembsd-416466f76047f6ba868b3479aa75dcdd1dd0c988.tar.xz
systembsd-416466f76047f6ba868b3479aa75dcdd1dd0c988.tar.zst
systembsd-416466f76047f6ba868b3479aa75dcdd1dd0c988.zip
add bin/obj directory & populate w/ tmpfile; mod gitignore accordingly
-rw-r--r--.gitignore3
-rw-r--r--bin/obj/hostnamed-gen.obin0 -> 73088 bytes
2 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 725f52f..e1eb035 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,7 @@
*.core
-bin/*
bin/*.out
bin/*.bin
-bin/*.o
+bin/*-handler
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
diff --git a/bin/obj/hostnamed-gen.o b/bin/obj/hostnamed-gen.o
new file mode 100644
index 0000000..9374576
--- /dev/null
+++ b/bin/obj/hostnamed-gen.o
Binary files differ