Skip to content

Commit

Permalink
update gitignore for visual studio IDE
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill authored and Bill committed Dec 6, 2019
1 parent 48e0a96 commit f5b5900
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -417,3 +417,35 @@ framework/receive_description_test/zkProof/LOCK
framework/receive_description_test/zkProof/LOG
framework/receive_description_test/zkProof/LOG.old
framework/receive_description_test/zkProof/MANIFEST-000004

#visual studio IDE and some build class file
actuator/.classpath
actuator/.project
actuator/.settings/
actuator/bin/
chainbase/.classpath
chainbase/.project
chainbase/.settings/
chainbase/bin/
common/.classpath
common/.project
common/.settings/
common/bin/
consensus/.classpath
consensus/.project
consensus/.settings/
consensus/bin/
example/.classpath
example/.project
example/.settings/
example/actuator-example/.classpath
example/actuator-example/.project
example/actuator-example/.settings/
example/actuator-example/bin/
framework/.classpath
framework/.project
framework/.settings/
framework/bin/
protocol/.classpath
protocol/.project
protocol/.settings/

0 comments on commit f5b5900

Please sign in to comment.