From d374918177e9464b1eb1af76ca332f78d004f7db Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 27 Nov 2011 12:14:45 -0500 Subject: Don't ignore .gitignore --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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 -- cgit v1.2.3