diff options
author | Tibor Král <tibor.kral@pantheon.tech> | 2018-10-19 14:28:25 +0200 |
---|---|---|
committer | Tibor Král <tibor.kral@pantheon.tech> | 2019-01-13 12:03:50 +0100 |
commit | e5aaf95942411a80e8de1a990d44b338dafcbbe3 (patch) | |
tree | b17551b2b45f0c6318e1a4c9e5e1bcf0e9ea42f4 | |
parent | 25c01b5d31053e1a8520c54e24e94f0493619a8e (diff) |
Modify gitignore to exclude any generated source files
Change-Id: I4edc5c2d69987c8d1284d785397ba6fc25db67a7
Signed-off-by: Tibor Král <tibor.kral@pantheon.tech>
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index eaa52fd67..0f9b3072d 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,4 @@ maven-metadata-local.xml **/asciidoc/*.png **/asciidoc/*.png.cache # usused builders generated by yangtools -**/org/opendaylight/yang/gen/v1/urn
\ No newline at end of file +**/org/opendaylight/yang/gen/v1/ |