Dan Timoney | 2a93b9d | 2017-07-18 19:40:01 -0400 | [diff] [blame] | 1 | #####standard .git ignore entries##### |
| 2 | |
| 3 | ## IDE Specific Files ## |
| 4 | org.eclipse.core.resources.prefs |
| 5 | .classpath |
| 6 | .project |
| 7 | .settings |
| 8 | .idea |
| 9 | .externalToolBuilders |
| 10 | .checkstyle |
| 11 | maven-eclipse.xml |
| 12 | workspace |
| 13 | |
| 14 | ## Compilation Files ## |
| 15 | *.class |
| 16 | **/target |
| 17 | target |
| 18 | target-ide |
| 19 | MANIFEST.MF |
Dan Timoney | eb1a920 | 2017-10-10 16:59:25 -0400 | [diff] [blame] | 20 | **/yang-gen-sal |
Dan Timoney | 2a93b9d | 2017-07-18 19:40:01 -0400 | [diff] [blame] | 21 | |
| 22 | ## Misc Ignores (OS specific etc) ## |
| 23 | bin/ |
| 24 | dist |
| 25 | *~ |
| 26 | *.ipr |
| 27 | *.iml |
| 28 | *.iws |
| 29 | classes |
| 30 | out/ |
| 31 | .DS_STORE |
| 32 | .metadata |
| 33 | |
| 34 | ## antlr4 generated files ## |
| 35 | ExprGrammarBaseListener.java |
| 36 | ExprGrammarLexer.java |
| 37 | ExprGrammarListener.java |
| 38 | ExprGrammarParser.java |
| 39 | ExprGrammar.tokens |
| 40 | ExprGrammarLexer.tokens |
| 41 | |
| 42 | # BlackDuck generated file |
Timoney, Dan (dt5972) | b5dfc03 | 2018-08-15 11:22:55 -0400 | [diff] [blame] | 43 | *.jsonld |
Dan Timoney | 2a93b9d | 2017-07-18 19:40:01 -0400 | [diff] [blame] | 44 | blackDuckHubProjectName.txt |
| 45 | blackDuckHubProjectVersionName.txt |
Dan Timoney | a4ce868 | 2017-08-03 16:19:36 -0400 | [diff] [blame] | 46 | |
Timoney, Dan (dt5972) | a0ab49e | 2018-03-24 19:11:10 -0400 | [diff] [blame] | 47 | # Derby log |
| 48 | derby.log |
Timoney, Dan (dt5972) | 3beadc2 | 2019-01-08 10:55:33 -0500 | [diff] [blame] | 49 | |
| 50 | # Generated file |
| 51 | sliPluginUtils/provider/testFileName |