blob: e9143ef8557298beabe663bd9c0e7295f3062013 [file] [log] [blame]
Dan Timoney5363b272017-07-18 20:23:07 -04001#####standard .git ignore entries#####
2
3## IDE Specific Files ##
4org.eclipse.core.resources.prefs
5.classpath
6.project
7.settings
8.idea
9.externalToolBuilders
10maven-eclipse.xml
11workspace
12
13## Compilation Files ##
14*.class
15**/target
16target
17target-ide
18MANIFEST.MF
Gaurav Agrawal3059f3a2020-03-12 14:58:24 +053019AutoGenerated*.txt
Dan Timoney5363b272017-07-18 20:23:07 -040020
21## Misc Ignores (OS specific etc) ##
22bin/
23dist
24*~
25*.ipr
26*.iml
27*.iws
28classes
29out/
30.DS_STORE
31.metadata
32
33## Folders which contain auto generated source code ##
34yang-gen-config
35yang-gen-sal