summaryrefslogtreecommitdiff
path: root/vendor/github.com/aws/smithy-go/.gitignore
blob: 2518b3491549e52a5b5edf922b7ef490cb067e1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Eclipse
.classpath
.project
.settings/

# Intellij
.idea/
*.iml
*.iws

# Mac
.DS_Store

# Maven
target/
**/dependency-reduced-pom.xml

# Gradle
/.gradle
build/
*/out/
*/*/out/

# VS Code
bin/
.vscode/

# make
c.out