summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-11-27 12:14:45 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-11-27 12:14:45 -0500
commitd374918177e9464b1eb1af76ca332f78d004f7db (patch)
tree2e4b123ecdc550e47985dc4342e1c8c4c3aa9aeb
parent32cdb026810b3b67cddf91f1a9db218ea075f2cc (diff)
Don't ignore .gitignore
-rw-r--r--.gitignore16
-rw-r--r--Makefile1
2 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d970373
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,16 @@
+# DO NOT EDIT, this file is automatically made by `Makefile'
+#
+# ignore everyting
+*
+# but these:
+!.gitignore
+!Makefile
+!license.txt
+!twentyeleven-fix.scss
+!style.scss
+!functions.php
+!screenshot.png
+!index.php.patch
+!header.php.patch
+!single.php.patch
+!content-single.php
diff --git a/Makefile b/Makefile
index 5abcf8e..259fab3 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,7 @@ SASS = sass
PHP = php
srcfiles = \
+ .gitignore \
Makefile \
license.txt \
twentyeleven-fix.scss \