tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 1 | *~ |
2 | *.class | ||||
3 | .classpath | ||||
4 | .project | ||||
5 | .pydevproject | ||||
6 | .settings | ||||
7 | .javacp* | ||||
tom | b8ec5e1 | 2014-09-19 13:07:53 -0700 | [diff] [blame] | 8 | .checkstyle |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 9 | target |
10 | *.iml | ||||
Jonathan Hart | 0e99ad9 | 2014-11-11 17:45:41 -0800 | [diff] [blame] | 11 | *.pyc |
tom | e33cc1a | 2014-08-25 21:59:41 -0700 | [diff] [blame] | 12 | dependency-reduced-pom.xml |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 13 | .idea |
Brian O'Connor | 0ab1503 | 2015-02-14 02:39:30 -0800 | [diff] [blame] | 14 | *.DS_Store |
Charles Chan | 375f4be | 2016-03-29 15:53:59 -0700 | [diff] [blame] | 15 | .buckd |
16 | buck-out | ||||
Yuta HIGUCHI | ea4f9c4 | 2016-06-10 11:05:04 -0700 | [diff] [blame] | 17 | .buckconfig.local |
Brian O'Connor | e8468b5 | 2016-07-25 13:42:36 -0700 | [diff] [blame] | 18 | .buckjavaargs* |
Yuta HIGUCHI | 4934299 | 2016-08-04 13:35:07 -0700 | [diff] [blame] | 19 | bucklets/plugins/ |
20 | .watchmanconfig | ||||
Yuta HIGUCHI | 1b151c6 | 2017-08-16 23:27:52 -0700 | [diff] [blame] | 21 | .vscode |
Yuta HIGUCHI | 9285d97 | 2017-10-16 16:15:00 -0700 | [diff] [blame] | 22 | *.fxs |
Sho SHIMIZU | 301dc8e | 2015-02-02 09:08:13 -0800 | [diff] [blame] | 23 | |
bharat saraswal | f7364db | 2015-08-11 13:39:31 +0530 | [diff] [blame] | 24 | /bin/ |
Thomas Vachuska | 692dcb0 | 2017-03-15 09:13:50 -0700 | [diff] [blame] | 25 | lib/yang |
Steven Burrows | a145e10 | 2017-06-16 13:37:50 -0400 | [diff] [blame] | 26 | /tools/gui/bin |
27 | /tools/gui/node_modules | ||||
28 | /tools/gui/package-lock.json | ||||
Matteo Scandolo | 812aa5a | 2016-04-19 18:12:45 -0700 | [diff] [blame] | 29 | |
30 | web/gui/src/main/webapp/tests/node_modules | ||||
Steven Burrows | 57e24e9 | 2016-08-04 18:38:24 +0100 | [diff] [blame] | 31 | web/gui/src/test/_karma/node_modules |
Matteo Scandolo | cf06077 | 2016-05-13 15:54:44 -0700 | [diff] [blame] | 32 | web/gui/src/main/webapp/node_modules/ |
Steven Burrows | db3be6f | 2017-07-11 22:44:31 +0100 | [diff] [blame] | 33 | web/gui/src/main/webapp/tests/coverage |
Steven Burrows | a145e10 | 2017-06-16 13:37:50 -0400 | [diff] [blame] | 34 | web/gui/src/main/webapp/dist/ |
Steven Burrows | 9145867 | 2017-08-16 11:53:38 +0100 | [diff] [blame] | 35 | web/gui/src/main/webapp/vendor/ |
Steven Burrows | 57e24e9 | 2016-08-04 18:38:24 +0100 | [diff] [blame] | 36 | |
Matteo Scandolo | cf06077 | 2016-05-13 15:54:44 -0700 | [diff] [blame] | 37 | npm-debug.log |
Brian O'Connor | 8c7b128 | 2016-11-06 06:15:12 -0800 | [diff] [blame] | 38 | sonar-project.properties |
Yuta HIGUCHI | 693b8ee | 2017-05-15 13:25:28 -0700 | [diff] [blame] | 39 | |
40 | out/ | ||||
Ray Milkey | c0455bf | 2017-10-17 15:17:23 -0700 | [diff] [blame] | 41 | |
42 | bazel-* |