Skip to content

Commit

Permalink
Added additional entries to .gitignore
Browse files Browse the repository at this point in the history
- ignore mac specific files
- ignore files used by some IDEs
  • Loading branch information
Dr15Jones committed Dec 8, 2023
1 parent 0da2c2c commit ca85cdb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ __init__.py
*.rej
*.orig


# ignore files under the top level $CMSSW_BASE/src directory, but not its subdirectories
/*
!/*/

# ignore some IDE related files
*.xcodeproj
.vscode

#ignore mac specific file
.DS_Store

0 comments on commit ca85cdb

Please sign in to comment.