From 11d588e4abde45f0f7e9533ca626ea5581836434 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 25 Sep 2011 00:05:54 -0700 Subject: meh do stuff --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4537eb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# DO NOT EDIT, this file is automatically made by `Makefile' +# +# ignore everyting +* +# but these: +!img/swoosh.png +!style.scss +!header.php.patch +!Makefile +!logo-style.scss.php +!license.txt +!css_shadow.php -- cgit v1.2.3 From a7d01d7e2d8af20a4dd5ea5b15b1a2be197d10cd Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 6 Oct 2011 20:48:19 -0700 Subject: I ran magit to make my small commit, but noticed that apparently I hadn't commited in a while. So here. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4537eb6..639f69d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,10 +3,11 @@ # ignore everyting * # but these: -!img/swoosh.png +!img/swoosh.svg !style.scss !header.php.patch !Makefile !logo-style.scss.php !license.txt !css_shadow.php +!twentyeleven-fix.scss -- cgit v1.2.3 From 592e7b2b8213cc74e7bcf812cbee7c6db812757d Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 27 Nov 2011 13:39:16 -0500 Subject: fix a few issues in Makefile * find the correct php executable * don't ignore .gitignore * fix problems with .gitignore and directories --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 639f69d..3c706a1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,9 @@ # ignore everyting * # but these: +!.gitignore +!img +img/* !img/swoosh.svg !style.scss !header.php.patch -- cgit v1.2.3 From 7d6044395bdf9dbd4b06251f5e78c1016937e627 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 27 Nov 2011 15:24:25 -0500 Subject: move non-generic things into theme.mk, add `clean' and `distclean' rules --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3c706a1..d348d80 100644 --- a/.gitignore +++ b/.gitignore @@ -3,14 +3,15 @@ # ignore everyting * # but these: -!.gitignore !img img/* !img/swoosh.svg !style.scss !header.php.patch -!Makefile !logo-style.scss.php !license.txt !css_shadow.php !twentyeleven-fix.scss +!.gitignore +!theme.mk +!Makefile -- cgit v1.2.3 From 0dfce348e4d118ed19bbcf8396a3f7b90fb0badc Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 27 Nov 2011 16:14:06 -0500 Subject: I don't want an autogenerated .gitignore here --- .gitignore | 10 ---------- 1 file changed, 10 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d348d80..5037b57 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,7 @@ -# DO NOT EDIT, this file is automatically made by `Makefile' -# # ignore everyting * # but these: -!img -img/* -!img/swoosh.svg -!style.scss -!header.php.patch -!logo-style.scss.php !license.txt -!css_shadow.php !twentyeleven-fix.scss !.gitignore -!theme.mk !Makefile -- cgit v1.2.3