From fc84e55acd28bb7da2d104c0cd9a7487f261b7b5 Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Sat, 1 Jan 2011 17:38:55 +0000 Subject: module_test: The tiny beginnings of an irssi loadable-module (not script) for educational and internals poking purposes. Hopefully one day it might grow up to be a real binary! See README for details on the code I "borrowed" from ahf. I hope I attributed it all ok :) --- modules/test/.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 modules/test/.gitignore (limited to 'modules/test/.gitignore') diff --git a/modules/test/.gitignore b/modules/test/.gitignore new file mode 100644 index 0000000..c17187c --- /dev/null +++ b/modules/test/.gitignore @@ -0,0 +1,8 @@ +*.o +*.so +*.html +*.css +core +old/ +docs/ +TAGS \ No newline at end of file -- cgit v1.2.3