From: Harvie Date: Wed, 4 May 2011 00:23:34 +0000 (+0200) Subject: new .gitignore to get rid of binaries X-Git-Url: https://git.harvie.cz/?a=commitdiff_plain;h=aa96075411d82ba20870d1d834836f29405f2aea;p=mirrors%2FPrograms.git new .gitignore to get rid of binaries --- diff --git a/c/.gitignore b/c/.gitignore new file mode 100644 index 0000000..1ed1bca --- /dev/null +++ b/c/.gitignore @@ -0,0 +1,10 @@ +#Quick and dirty .gitignore to get rid of binaries, overrides global .gitignore :( +/* +!/*.* +![Mm]akefile +*.o +*.exe +*~ +_* +*.bak +*.rar diff --git a/c/aclox b/c/aclox deleted file mode 100755 index ee0369d..0000000 Binary files a/c/aclox and /dev/null differ diff --git a/c/dreammachine/strobe b/c/dreammachine/strobe deleted file mode 100755 index 80134d3..0000000 Binary files a/c/dreammachine/strobe and /dev/null differ