-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitignore
executable file
·50 lines (45 loc) · 1.08 KB
/
.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# ----------------------------------*- Sh -*-----------------------------------
# Filename: .gitignore
# Description:
# Author: Fabian Wermelinger
# Email: [email protected]
# Created: Mon Oct 24 23:21:48 2011 (+0200)
# Version:
# Last-Updated: Thu Dec 15 20:27:46 2011 (+0100)
# By: Fabian Wermelinger
# Update #: 8
# -----------------------------------------------------------------------------
# .gitignore starts here
# -----------------------------------------------------------------------------
# Lines that start with '#' are comments
# editor and misc backup files - anywhere
*~
.*~
*.asv
*.bak
*.bak[0-9][0-9]
*.orig
*.orig[0-9][0-9]
\#*\#
# LaTeX related files other than source - anywhere in /doc
/doc/*.dvi
/doc/*.log
/doc/*.nlo
/doc/*.ps
/doc/*.toc
/doc/*.bbl
/doc/*.blg
# source packages - anywhere
*.tar.bz2
*.tar.gz
*.tar
*.tgz
*.gtgz
*.zip
*.rar
# macintosh
.DS_Store
thumbs.db
# -----------------------------------------------------------------------------
# .gitignore ends here
# -----------------------------------------------------------------------------