forked from bioteam/xml-qstat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
50 lines (37 loc) · 831 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# git-ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# editor and misc backup files - anywhere
*~
.*~
*.orig
*.bak
\#*\#
# file-browser settings - anywhere
.directory
# CVS recovered versions - anywhere
.\#*
# objects and archives - anywhere
*.[oa]
*.la
*.so
*.jar
# except jar files in the main directory
!/*.jar
# source packages - anywhere
*.tar.bz2
*.tar.gz
*.tgz
# ignore the persistent .build tag in the main directory
/.build
# ignore cache directories (might be symbolic links)
/xmlqstat/cache
/xmlqstat/cache-*
# ignore site-specific config files
/xmlqstat/config/alarm-threshold.xml
# ignore site-specific image files
/xmlqstat/config/logo.png
# ignore misc build directories
/build-*/
# in case we want our gh-pages branch close at hand
/gh-pages
# end-of-file