diff options
author | Paul Frazee <pfrazee@gmail.com> | 2018-02-07 12:29:24 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-07 12:29:24 -0600 |
commit | 69ac461d3d68d78f7b5a48ae06d06026bc701fd8 (patch) | |
tree | 75a310d9a5643f0d81f02f369a799a1425e84128 /.gitignore | |
parent | 9d4953f64a4dad35b7f1317f0c417c4e4269212d (diff) | |
parent | feea3cb44beaaa013e55b67609a0f96902cf4127 (diff) | |
download | dat-deps-69ac461d3d68d78f7b5a48ae06d06026bc701fd8.tar.gz dat-deps-69ac461d3d68d78f7b5a48ae06d06026bc701fd8.zip |
Merge pull request #2 from bnewbold/meta-dep
DEP: The Dat Enhancement Proposal Process (for Draft status)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..317f05f --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +.DS_Store +*~ +*.swp +*.bak +*.bkp +.* + +# Don't ignore this file itself +!.gitignore |