repo.or.cz
/
scons.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #4629 from jcbrill/jbrill-gh4623-int
[scons.git]
/
.gitignore
blob
7dc253f601ec3b7bf4c213a1be59a25080416409
1
# Byte-compiled / optimized / DLL files
2
__pycache__/
3
*.py[cod]
4
*$py.class
5
6
# C extensions
7
*.so
8
9
# Distribution / packaging
10
.Python
11
/build/**
12
/dist/**
13
/bootstrap/**
14
.idea/
15
src/build/**
16
SCons.egg-info/
17
18
# Translations
19
*.mo
20
*.pot
21
22
23
# Environments
24
.env
25
.venv
26
env/
27
venv/
28
ENV/
29
env.bak/
30
venv.bak/
31
32
# mypy
33
.mypy_cache/
34
35
36
# SCons files
37
.sconsign*
38
39
# Tool output
40
.coverage
41
htmlcov
42
43
# VS Code
44
.vscode
45
46
# Editor junk
47
*.swp
48
*.bkp
49
*.bak
50
*~
51
!/test/Decider/switch-rebuild.py
52
53
# Mac junk
54
**/.DS_Store
55
56
57
# SCons specific
58
*.1