Disabled external gits
This commit is contained in:
14
cs420-acc/l3-compiler/.gitignore
vendored
Normal file
14
cs420-acc/l3-compiler/.gitignore
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
# compiler
|
||||
/compiler/.bsp/
|
||||
/compiler/**/target/
|
||||
/compiler/out.l3a
|
||||
|
||||
# VM
|
||||
/vm/c/bin/
|
||||
/vm/rust/target/
|
||||
|
||||
# IntelliJ
|
||||
.idea/
|
||||
|
||||
target/
|
||||
compiler/target
|
Reference in New Issue
Block a user