Skip to content

Commit

Permalink
Merge pull request #1357 from open-ideas/issue1356_gitignore
Browse files Browse the repository at this point in the history
add lines to gitignore
  • Loading branch information
louisher authored May 30, 2024
2 parents c5cfb8e + c32b4e6 commit 63b6254
Showing 1 changed file with 27 additions and 20 deletions.
47 changes: 27 additions & 20 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,33 +1,40 @@
*.log
# Files and folders below are ignored

*.aux
*.bak-mo
*.dll
*.DS_Store
*.exe
*.exp
*.fmu
*.gz
*.idx
*.ilg
*.ind
*.out
*.gz
*.toc
*.dll
*.lib
*.fmu
*.xml
*.txt
*.log
*.mat
*.exe
*.exp
*.rar
*.bak-mo
*.DS_Store
/*.mm
*.mof
*.mos~
*.out
*.rar
*.toc
*.txt
*.xml
systemScript.py
.idea/
/IDEAS backup
/IDEAS/funnel_comp
/IDEAS/Inputs
/IDEAS/*.pyc
/IDEAS/Resources/drawings.pptx
/Specifications/Specs.synctex
/Specifications/Specs.tcp
/Specifications/Specs.tps
/IDEAS backup

# The files below are not ignored (hence the "!")
!/Inputs/*.txt
!/IDEAS/Inputs/*.txt
!/IDEAS/Resources/strobe/*.txt
!/IDEAS/Resources/ReferenceResults/Dymola/*txt
/IDEAS/Resources/drawings.pptx
/*.mm
/IDEAS/*.pyc
systemScript.py
/IDEAS/Inputs
!/IDEAS/Resources/ReferenceResults/Dymola/*.txt

0 comments on commit 63b6254

Please sign in to comment.