diff options
author | Florin Peter <github@florin-peter.de> | 2013-05-20 00:47:00 +0200 |
---|---|---|
committer | Florin Peter <github@florin-peter.de> | 2013-05-20 00:47:00 +0200 |
commit | b1d0e8f40b97974591c42b3779d949c745a23351 (patch) | |
tree | 7a34fe36fc9a916658550b1c0caebd6f6868fe94 /.gitignore | |
parent | dc39ef378e0ffd76d8105ae14822c1e3cc0d01a1 (diff) | |
download | nextcloud-server-b1d0e8f40b97974591c42b3779d949c745a23351.tar.gz nextcloud-server-b1d0e8f40b97974591c42b3779d949c745a23351.zip |
removed /l10n/.tx/ from .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index bc0c1d53a55..fe89c74ab38 100644 --- a/.gitignore +++ b/.gitignore @@ -76,5 +76,4 @@ nbproject data-autotest /tests/coverage* /tests/autoconfig* -/tests/autotest* -/l10n/.tx/
\ No newline at end of file +/tests/autotest*
\ No newline at end of file |