diff options
-rw-r--r-- | .gitignore | 8 | ||||
-rwxr-xr-x | Examples/Modules/laser_injection_from_file/analysis.py | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 718bc7b94..5d3c7cce0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +Bin/ main?d.*.ex Python/pywarpx/libwarpx*.so d/ @@ -23,6 +24,13 @@ chk* *.pyc __pycache__ +########## +# Sphinx # +########## +Docs/doxyhtml/ +Docs/doxyxml/ +Docs/source/_static/ + ####### # IDE # ####### diff --git a/Examples/Modules/laser_injection_from_file/analysis.py b/Examples/Modules/laser_injection_from_file/analysis.py index 92cd376f4..9c8629215 100755 --- a/Examples/Modules/laser_injection_from_file/analysis.py +++ b/Examples/Modules/laser_injection_from_file/analysis.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # This file is part of the WarpX automated test suite. It is used to test the # injection of a laser pulse from an external binary file. |