diff options
author | Julien Maulny <julien.maulny@protonmail.com> | 2019-10-16 22:42:40 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-10-19 11:54:14 +0200 |
commit | e063f46a0b8c99429b033b1104f4427163f283b5 (patch) | |
tree | 41bdb5d00cd4cae0094e1d2013599131a1618bb9 /client/.gitignore | |
parent | 5a1e48482e1f41ec7ecb8203bb7c7a0da941f554 (diff) | |
download | PeerTube-e063f46a0b8c99429b033b1104f4427163f283b5.tar.gz PeerTube-e063f46a0b8c99429b033b1104f4427163f283b5.tar.zst PeerTube-e063f46a0b8c99429b033b1104f4427163f283b5.zip |
Add generated files to gitignore to have a clean stage
Diffstat (limited to 'client/.gitignore')
-rw-r--r-- | client/.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/.gitignore b/client/.gitignore index cc1ec4083..a99ddef31 100644 --- a/client/.gitignore +++ b/client/.gitignore | |||
@@ -4,6 +4,7 @@ | |||
4 | /stats.json | 4 | /stats.json |
5 | /dll | 5 | /dll |
6 | /.awcache | 6 | /.awcache |
7 | /src/locale/pending_target/ | ||
7 | /src/locale/target/iso639_*.xml | 8 | /src/locale/target/iso639_*.xml |
8 | /src/locale/target/player_*.xml | 9 | /src/locale/target/player_*.xml |
9 | /src/locale/target/server_*.xml \ No newline at end of file | 10 | /src/locale/target/server_*.xml |