forked from cztomczak/cefpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (35 loc) · 596 Bytes
/
.gitignore
File metadata and controls
47 lines (35 loc) · 596 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
/cef1/windows/setup/build/
*.pyc
# If you want to ignore an already commited directory run:
# git rm --cached -r .idea
/.idea/
debug.log
error.log
console.log
# WingIDE project files
/wingide.wpr
/wingide.wpu
*.ncb
*.suo
*.user
*.aps
*.sdf
*.sln
Debug*/
Release*/
*.pdb
ctags
/cef1/windows/installer/Output/
/cef3/windows/installer/Output/
# Inno setup files generated from a template
*.generated
cython_debug/
cefpython_py27.pyd
cefpython_py32.pyd
cefpython_py27.so
cefpython_py32.so
cython_includes/compile_time_constants.pxi
debug_32bit/
debug_64bit/
libcef_debug/
libcef_release/