forked from cms-gem-daq-project/gem-plotting-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
51 lines (39 loc) · 724 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
# Ignore everything
*
# Don't ignore git settings
!*.gitignore
!*.gitmodules
!*.gitattributes
# Don't ignore special files
!*.md
!*.rst
!*.in
!*.yml
!LICENSE
# Don't ignore makefiles
!Makefile
# Don't ignore subdirectories
!*/
# Don't ignore python
!*.py
# Don't ignore requirements.txt
!requirements.txt
# Don't ignore select scripts
!macros/gemPlotterAllChannels.sh
!macros/timeHistoryAnalyzerAllRanges.sh
!setup/createVirtualEnvPy26.sh
!setup/createVirtualEnvPy27.sh
!setup/paths.sh
# Don't ignore build config directory
!config
# Don't ignore CI directory
!.ci
# Don't ignore github directory
!.github
# Ignore packaging files
pkg/LICENSE
pkg/MANIFEST.in
pkg/README.md
pkg/gempython
pkg/requirements.txt
rpm