Skip to content

Commit 49a310e

Browse files
committed
[Java] Update .gitignore
1 parent 7976c16 commit 49a310e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.gitignore

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
*~
33
*.swp
44
.idea
5-
*.iml
65
.project
76
.classpath
87
.factorypath
@@ -16,7 +15,6 @@ build-local.properties
1615
deps
1716
/bin
1817
build
19-
classes
2018
.gradle
2119
target
2220
GTAGS
@@ -32,7 +30,7 @@ CMakeFiles
3230
lib
3331
gtest-prefix
3432
CMakeCache.txt
35-
./Makefile
33+
Makefile
3634
binaries
3735
codecs
3836
Testing
@@ -88,7 +86,6 @@ gocode/src/*/*/*.go
8886
gocode/src/example-schema/example-schema*
8987
gocode/src/example-schema/cpu.out
9088
gocode/src/example-socket-clientserver/example-socket-clientserver
91-
gocode/src/example-schema/cpu.out
9289
gocode/src/extension
9390
gocode/src/extension2
9491

@@ -115,3 +112,4 @@ csharp/sbe-generated/uk_co_real_logic_sbe_benchmarks_fix
115112

116113
# Mac
117114
.DS_Store
115+
/sbe-tool/src/main/golang/uk_co_real_logic_sbe_ir_generated/

0 commit comments

Comments
 (0)