diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-01-01 15:54:42 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-01-01 15:54:42 -0500 |
commit | d185eddf2cb972a3715db0b68ee6c9c94a3b03ef (patch) | |
tree | 90838864d03c2eab291c48ce53a1ea3d16797fe9 | |
parent | 8081acc611318b113aac0ad66198571c1a111c02 (diff) | |
download | abslibre-d185eddf2cb972a3715db0b68ee6c9c94a3b03ef.tar.gz abslibre-d185eddf2cb972a3715db0b68ee6c9c94a3b03ef.tar.bz2 abslibre-d185eddf2cb972a3715db0b68ee6c9c94a3b03ef.zip |
change .gitingore to ignore *.log instead of just namcap.log
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 9a6d4ab3d..4b972ed8e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,4 @@ src/ pkg/ *.pkg.tar.* *.src.tar.* -namcap.log +*.log |