diff options
author | Christian Pointner <equinox@spreadspace.org> | 2015-07-26 17:13:42 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2015-07-26 17:13:42 (GMT) |
commit | 1324242685b63a511be3b3625f78e1ebf2dafc76 (patch) | |
tree | b83d4947415757fba945b7a91a25230c9d044144 /.gitignore | |
parent | c6bbdfbdde366bfbb37858e7dc9e0fc351595023 (diff) |
moved sources to src/
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -1,9 +1,9 @@ -*.d -*.o -include.mk -switchctl -serialclient -stdioclient -heartbeatclient -luaclient +src/*.d +src/*.o +src/include.mk +src/switchctl +src/serialclient +src/stdioclient +src/heartbeatclient +src/luaclient |