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 | |
parent | 32cdb026810b3b67cddf91f1a9db218ea075f2cc (diff) |
Don't ignore .gitignore
-rw-r--r-- | .gitignore | 16 | ||||
-rw-r--r-- | Makefile | 1 |
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 @@ -5,6 +5,7 @@ SASS = sass PHP = php srcfiles = \ + .gitignore \ Makefile \ license.txt \ twentyeleven-fix.scss \ |