diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-14 21:26:00 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-14 21:26:00 -0400 |
commit | 5981375bdb05cba221fa54eb2ac38d1d5df31f8f (patch) | |
tree | 1980dbcf35afbc2af46e87b42d322089faf6e1e5 /.gitignore | |
parent | e736a4cedbb01a3954b927978d1d0f617d3db04d (diff) | |
download | cbc-5981375bdb05cba221fa54eb2ac38d1d5df31f8f.tar.gz |
More line endings fixed
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,5 +1,5 @@ -*.*project
-*.pyc
-*.DS_Store
-*pycache*
-test/output
+*.*project +*.pyc +*.DS_Store +*pycache* +test/output |