forked from pygame/pygame
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
55 lines (43 loc) · 750 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
51
52
53
54
# Pygame build process: config.py setup.py
/Setup
*.pyc
/build/
/src_py/version.py
# Windows prebuilt external libraries
/prebuilt-x??
/prebuilt_downloads
# macOS generated files
.DS_Store
# Sphinx generated files: makeref.py
/docs/generated
# Emacs temporary files
*~
# VIM temporary files
*.swp
# Visual Studio cache/config directory
.vs/
# Visual Studio Code cache/config directory
.vscode/
# PyCharm cache/config directory
.idea/
# mypy
.mypy_cache/
# Other
envdev*
.virtualenv*
buildconfig/manylinux-build/wheelhouse/
anenv
dist
.vagrant
*.egg-info/
*.so
__pycache__
_headers/*
# generated by cython
src_c/_sdl2/audio.c
src_c/_sdl2/controller.c
src_c/_sdl2/mixer.c
src_c/_sdl2/sdl2.c
src_c/_sdl2/video.c
src_c/_sprite.c
src_c/pypm.c