Dan Timoney | 5363b27 | 2017-07-18 20:23:07 -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 | maven-eclipse.xml |
| 11 | workspace |
| 12 | |
| 13 | ## Compilation Files ## |
| 14 | *.class |
| 15 | **/target |
| 16 | target |
| 17 | target-ide |
| 18 | MANIFEST.MF |
Gaurav Agrawal | 3059f3a | 2020-03-12 14:58:24 +0530 | [diff] [blame] | 19 | AutoGenerated*.txt |
Dan Timoney | 5363b27 | 2017-07-18 20:23:07 -0400 | [diff] [blame] | 20 | |
| 21 | ## Misc Ignores (OS specific etc) ## |
| 22 | bin/ |
| 23 | dist |
| 24 | *~ |
| 25 | *.ipr |
| 26 | *.iml |
| 27 | *.iws |
| 28 | classes |
| 29 | out/ |
| 30 | .DS_STORE |
| 31 | .metadata |
| 32 | |
| 33 | ## Folders which contain auto generated source code ## |
| 34 | yang-gen-config |
| 35 | yang-gen-sal |