forked from adamlaska/datatracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (63 loc) · 832 Bytes
/
.gitignore
File metadata and controls
63 lines (63 loc) · 832 Bytes
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
51
52
53
54
55
56
57
58
59
60
61
62
63
# A simulation of Subversion default ignores, generated by reposurgeon.
*.o
*.lo
*.la
*.al
*.libs
*.so
*.so.[0-9]*
*.a
*.pyc
*.pyo
*.rej
*~
*.#*
.*.swp
.DS_store
datatracker.sublime-project
datatracker.sublime-workspace
# Simulated Subversion default ignores end here
/.coverage
/.factoryboy_random_state
/.mypy_cache
/.parcel-cache
/.project
/.pydevproject
/.Python
/.settings
/.tmp
/attic
/bin
/data
/docker/docker-compose.extend-custom.yml
/env
/etc
/ghostdriver.log
/htmlcov
/ietf/static/ietf/bootstrap
/include
/INSTALL.pdf
/latest-coverage.json
/lib
/local
/media
/mergelog
/mergequeue
/minimum-requirements.txt
/node_modules
/pip-selfcheck.json
/release-coverage.json
/selenium
/settings_local.py
/share
/static
/testresult
/tmp
/tmp-nomcom-public-keys-dir
/trunk27
/trunk36
/trunk37
/unix.tag
*.pyc
__pycache__
node_modules