summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \