-
Notifications
You must be signed in to change notification settings - Fork 21
/
.gitignore
34 lines (33 loc) · 933 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# for help, see help.github.com/articles/ignoring-files
# or github.com/github/gitignore
#
# To ignore globally, git config --global core.excludesfile ~/.gitignore_global
# then, add anything to always ignore into the file ~/.gitignore_global
#
# To ignore a file already being tracked:
# add file to .gitignore
# un-track file:
# git rm file (to remove the file altogether), or
# git rm --cached file (to leave file in the repo and the working dir, but not track anymore)
#
# Note: git ignores empty folders
#
# Examples:
# to ignore all text files: *.txt
# to ignore all directories with name dir: dir
# to ignore only one specifig directory: /path/to/directory
# to ignore all files with dir: dir/
# to negate anything, add !: !index.txt to not ignore index.txt but all other .txt files
exec.*
git_message
*.o
*.mod
*.tmp
*.bkp
*.e*
*.o*
*~
it_jobscript*
simple_jobscript*
bin/mppnccombine.nyu
.DS_Store