diff options
author | Deathamns <deathamns@gmail.com> | 2014-11-09 19:28:37 +0100 |
---|---|---|
committer | Deathamns <deathamns@gmail.com> | 2014-11-09 19:29:58 +0100 |
commit | 4c9f2b81d7313e159db1c4ee9eef45022778e3b7 (patch) | |
tree | 9b52bbd35d3cb35b6d71462cac54384d610aac01 /.gitignore | |
parent | 0d9d285608ac73fa9523475d8e608ce846cf5911 (diff) | |
download | uBlock-4c9f2b81d7313e159db1c4ee9eef45022778e3b7.zip uBlock-4c9f2b81d7313e159db1c4ee9eef45022778e3b7.tar.gz uBlock-4c9f2b81d7313e159db1c4ee9eef45022778e3b7.tar.bz2 |
Add .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a9b31f8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +*.bak +*.pem +*.safariextension/ +/meta/safariextz/certs/ +/dist/build/ +/tmp/
\ No newline at end of file |