ignores h5 and nxs files
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,8 +1,10 @@
|
|||||||
# ignores logs of h5tojson, jsontoh5
|
# ignores logs of h5tojson, jsontoh5
|
||||||
*.log
|
*.log
|
||||||
|
|
||||||
# ignores output json of main.py
|
# ignores any output of main.py
|
||||||
output/*.json
|
output/*.json
|
||||||
|
output/*.h5
|
||||||
|
output/*.nxs
|
||||||
|
|
||||||
# ---> Python
|
# ---> Python
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
|
|||||||
Reference in New Issue
Block a user