mirror of https://github.com/KLayout/klayout.git
Providing a script to sync sources
This commit is contained in:
parent
d2e5393d0c
commit
cc3bda51a5
|
|
@ -76,4 +76,5 @@ py.typed
|
||||||
|
|
||||||
# temp files
|
# temp files
|
||||||
.tmp*
|
.tmp*
|
||||||
|
.venv
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,8 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
|
|
||||||
rm -rf capnp_src
|
rm -rf capnp_src
|
||||||
rm *.cc *.h
|
mkdir capnp_src
|
||||||
|
rm -f *.cc *.h
|
||||||
|
|
||||||
tmp=.tmp
|
tmp=.tmp
|
||||||
rm -rf $tmp
|
rm -rf $tmp
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue