diff options
author | blizzz <blizzz@owncloud.com> | 2016-02-08 23:36:18 +0100 |
---|---|---|
committer | blizzz <blizzz@owncloud.com> | 2016-02-08 23:36:18 +0100 |
commit | a5cbd004477346c184b4c0cc8639cd84f0209d70 (patch) | |
tree | 69eb365d67ee8bf5de79c9f5e01fa32a9c6eabf9 /.gitignore | |
parent | 850ac0cf84f2492b16204b811f58a0dc7dc43b6e (diff) | |
download | nextcloud-server-a5cbd004477346c184b4c0cc8639cd84f0209d70.tar.gz nextcloud-server-a5cbd004477346c184b4c0cc8639cd84f0209d70.zip |
ignore ack config file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d8c57c25180..a2fb67ef429 100644 --- a/.gitignore +++ b/.gitignore @@ -80,6 +80,9 @@ nbproject # vim ex mode .vimrc + +# ack(-grep) +.ackrc # Mac OS .DS_Store |