From: Siraaj Khandkar Date: Wed, 8 Aug 2012 23:35:33 +0000 (-0400) Subject: Separate .gitignore per implementation. X-Git-Url: https://git.xandkar.net/?a=commitdiff_plain;h=f0836b049ac0188dd1c3e9174d3c3f9a3e24224e;p=cellular-automata.git Separate .gitignore per implementation. --- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index a59e13c..0000000 --- a/.gitignore +++ /dev/null @@ -1,9 +0,0 @@ -.eunit -bin -deps -priv -*.o -*.beam -*.plt -*.cmi -*.cmx diff --git a/002/.gitignore b/002/.gitignore new file mode 100644 index 0000000..a97bb19 --- /dev/null +++ b/002/.gitignore @@ -0,0 +1,4 @@ +bin/* +*.o +*.cmi +*.cmx diff --git a/003/.gitignore b/003/.gitignore index 8c6a311..cfb2329 100644 --- a/003/.gitignore +++ b/003/.gitignore @@ -1,2 +1 @@ ebin -data