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 |
Dan Timoney | c72e5c5 | 2020-10-19 10:05:16 -0400 | [diff] [blame] | 13 | .vscode |
Dan Timoney | 2a93b9d | 2017-07-18 19:40:01 -0400 | [diff] [blame] | 14 | |
| 15 | ## Compilation Files ## |
| 16 | *.class |
| 17 | **/target |
| 18 | target |
| 19 | target-ide |
| 20 | MANIFEST.MF |
Dan Timoney | eb1a920 | 2017-10-10 16:59:25 -0400 | [diff] [blame] | 21 | **/yang-gen-sal |
Smokowski, Kevin (ks6305) | 28d8801 | 2020-02-03 16:02:18 +0000 | [diff] [blame] | 22 | *.interp |
Timoney, Dan (dt5972) | 71e3c01 | 2019-08-06 09:54:45 -0400 | [diff] [blame] | 23 | sli/model/src/main/java |
Dan Timoney | 2a93b9d | 2017-07-18 19:40:01 -0400 | [diff] [blame] | 24 | |
| 25 | ## Misc Ignores (OS specific etc) ## |
| 26 | bin/ |
| 27 | dist |
| 28 | *~ |
| 29 | *.ipr |
| 30 | *.iml |
| 31 | *.iws |
| 32 | classes |
| 33 | out/ |
| 34 | .DS_STORE |
| 35 | .metadata |
| 36 | |
| 37 | ## antlr4 generated files ## |
| 38 | ExprGrammarBaseListener.java |
| 39 | ExprGrammarLexer.java |
| 40 | ExprGrammarListener.java |
| 41 | ExprGrammarParser.java |
| 42 | ExprGrammar.tokens |
| 43 | ExprGrammarLexer.tokens |
| 44 | |
| 45 | # BlackDuck generated file |
Timoney, Dan (dt5972) | b5dfc03 | 2018-08-15 11:22:55 -0400 | [diff] [blame] | 46 | *.jsonld |
Dan Timoney | 2a93b9d | 2017-07-18 19:40:01 -0400 | [diff] [blame] | 47 | blackDuckHubProjectName.txt |
| 48 | blackDuckHubProjectVersionName.txt |
Dan Timoney | a4ce868 | 2017-08-03 16:19:36 -0400 | [diff] [blame] | 49 | |
Timoney, Dan (dt5972) | a0ab49e | 2018-03-24 19:11:10 -0400 | [diff] [blame] | 50 | # Derby log |
| 51 | derby.log |
Timoney, Dan (dt5972) | 3beadc2 | 2019-01-08 10:55:33 -0500 | [diff] [blame] | 52 | |
| 53 | # Generated file |
| 54 | sliPluginUtils/provider/testFileName |
Timoney, Dan (dt5972) | 6fd84f1 | 2019-12-10 09:56:35 -0500 | [diff] [blame] | 55 | direct-dependencies.txt |