diff options
author | Nick White <git@njw.me.uk> | 2009-08-29 21:48:35 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2009-08-29 21:48:35 +0100 |
commit | cf4d4c83a3ac99aa16717a0ad35d4fe173b91a0c (patch) | |
tree | 794a1a871e5044a9a6aeff0bd8421888248efb40 /.gitignore | |
parent | 6b789b650db531daf148d52c281738439419e86e (diff) | |
download | njw-website-source-cf4d4c83a3ac99aa16717a0ad35d4fe173b91a0c.tar.bz2 njw-website-source-cf4d4c83a3ac99aa16717a0ad35d4fe173b91a0c.zip |
Have git ignore more generic patterns
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,9 +1,8 @@ # contains or links to website content text/ scripts/ -software.php -webdevelopment.php -njw.gpg.asc +*.php +*.gpg.asc # contains installation specific information .htaccess |