Skip to content

Commit

Permalink
.gitignore: Mark directories as directories
Browse files Browse the repository at this point in the history
  • Loading branch information
cameel committed Jun 14, 2024
1 parent e5d60a2 commit 1ca70c8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*.o
*.obj
*.pyc
__pycache__
__pycache__/

# Precompiled Headers
*.gch
Expand All @@ -36,12 +36,12 @@ __pycache__
*.app

# Build directory
/build*
/build*/
emscripten_build/
/docs/_build
/docs/_build/
/docs/_static/robots.txt
/deps
/reports
/deps/
/reports/

# vim stuff
[._]*.sw[a-p]
Expand Down

0 comments on commit 1ca70c8

Please sign in to comment.