Skip to content

Commit

Permalink
Rework .gitignore
Browse files Browse the repository at this point in the history
- Include anything from the github C++ template
- Add vscode/ project folder
- guess that most vscode students will name their build folder "build"
  • Loading branch information
FG-TUM authored Nov 2, 2023
1 parent fc6714a commit e18f8b1
Showing 1 changed file with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,40 @@
# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app

# IDE Stuff
.idea/
cmake-build-*
.vscode/

# Build folders
cmake-build-*/
build/

0 comments on commit e18f8b1

Please # to comment.