zephyrfs/zephyrfs-proto / 2c769cc

Browse files

add gitignore

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
2c769cc2aaab5d3901d3ff5ce8929c9484172a79
Parents
039f32b
Tree
58bc624

1 changed file

StatusFile+-
A .gitignore 10 0
.gitignoreadded
@@ -0,0 +1,10 @@
1
+  # Generated code
2
+  /gen/
3
+  *.pb.go
4
+  *_pb2.py
5
+  *.pb.h
6
+  *.pb.cc
7
+
8
+  # IDE
9
+  .vscode/
10
+  .idea/