Skip to content

Commit

Permalink
Update gitignore with some folders and files (#12)
Browse files Browse the repository at this point in the history
Changes to be committed:
	modified:   .gitignore
  • Loading branch information
franziska-wegner committed Dec 7, 2023
1 parent 83cbb5f commit 372a352
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,25 @@
*.exe
*.out
*.app

# Logging
*.log
DoxygenWarningLogs.txt
Doxyfile.in

# Folders
data/PowerGrids/IEEE/*
data/PowerGrids/PyPSA/*
data/PowerGrids/SciGrid/*
data/Windfarms/Networks/*
documentation/html/*
documentation/latex/*
documentation/Doxyfile
external/*
build-debug/*

# OS specific files
.DS_STORE

# IDE specific files
egoa.sublime-workspace

0 comments on commit 372a352

Please sign in to comment.