Ignore temporary files in gitignore [skip modfiles]
Changes introduced
- Skip temporary files
*~
- Remove a temporary file that was added by mistake
./500xxx/500908/PDF4LHC15NLO_Wprime_tb.py~
Tests
(base) sargyrop@MacBook-Pro-5 mcjoboptions % touch temp~
(base) sargyrop@MacBook-Pro-5 mcjoboptions % git add temp~
The following paths are ignored by one of your .gitignore files:
temp~
Use -f if you really want to add them.
Issues resolved
Closes #116 (closed)