diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-11-27 12:14:45 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-11-27 12:14:45 -0500 |
commit | d374918177e9464b1eb1af76ca332f78d004f7db (patch) | |
tree | 2e4b123ecdc550e47985dc4342e1c8c4c3aa9aeb /.gitignore | |
parent | 32cdb026810b3b67cddf91f1a9db218ea075f2cc (diff) |
Don't ignore .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 16 |
1 files changed, 16 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 |