aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorR. Elliott Childre <elliottchildre329@gmail.com>2020-07-16 18:27:29 -0400
committerGitHub <noreply@github.com>2020-07-16 15:27:29 -0700
commitd70f7933536e87a5b5722d45a0a476f8501633e0 (patch)
tree94460b113ff378d2afa3cfda8e0a0c0873030bcf /.gitignore
parentd92c122155c1935bfba91582486ef826491961b8 (diff)
downloadoss-fuzz-d70f7933536e87a5b5722d45a0a476f8501633e0.tar.gz
Delete unnecessary files and fix format in some MD pages (#4115)
* style: Clean up the repo * Bolster the `.gitignore` * Follow `CONTRIBUTING.md` guidelines and wrap `README.md` to 80 characters and seperate links for readability * Remove pesky Unicode dash in `CONTRIBUTING.md` * Remove `.DS_STORE` files * Rename `#project.yaml#` to something logical and enable stntax highlighting * Updates from reviewers * Greatly reduce `.gitignore` to only macOS `.DS_Store` and Vim temporary files * Apply markdown style to `docs/index.md` * small comma grammatical change * http -> https
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 0b41c101a..df32e5f0f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,6 @@
.vscode/
*.pyc
/build/
-*~ \ No newline at end of file
+*~
+.DS_Store
+*.swp