-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy path.gitignore
More file actions
23 lines (18 loc) · 698 Bytes
/
.gitignore
File metadata and controls
23 lines (18 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
**/.DS_Store
# ignore everything except the main files so the user can put whatever other files in here
*.mse-set
*.mse-set.bak
/sets/*
/files/*
/set symbols/*
# ignore everything with magic-mainframe-extras
/data/magic-mainframe-extras.mse-include/*
# include the include file and readme
!/data/magic-mainframe-extras.mse-include/include
!/data/magic-mainframe-extras.mse-include/readme.txt
# include the specific example files
!/data/magic-mainframe-extras.mse-include/examples
!/data/magic-mainframe-extras.mse-include/examples/*
# include mainframe shared files until we relocate them
!/data/magic-mainframe-extras.mse-include/mfsfiles
!/data/magic-mainframe-extras.mse-include/mfsfiles/*