forked from plasticityai/supersqlite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
48 lines (42 loc) · 1.26 KB
/
.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
# Compiled python modules.
*.pyc
# Setuptools distribution folder.
/build/
/dist/
MANIFEST
# Python egg metadata, regenerated from source files by setuptools.
/supersqlite-*
/*.egg-info
/*.egg
/.eggs/
# Third Party Folders
/supersqlite/third_party/sqlite3/sqlite3.h
/supersqlite/third_party/sqlite3/sqlite3.c
/supersqlite/third_party/sqlite3/icu.cpp
/supersqlite/third_party/_pysqlite/sqlite3.h
/supersqlite/third_party/_pysqlite/sqlite3.c.pre.c
/supersqlite/third_party/_pysqlite/sqlite3.c
/supersqlite/third_party/_pysqlite/sqlite3ext.h
/supersqlite/third_party/_pysqlite/shell.c
/supersqlite/third_party/_pysqlite/icu.cpp
/supersqlite/third_party/_apsw/src/sqlite3.h
/supersqlite/third_party/_apsw/src/sqlite3.c.pre.c
/supersqlite/third_party/_apsw/src/sqlite3.c
/supersqlite/third_party/_apsw/src/sqlite3ext.h
/supersqlite/third_party/_apsw/src/shell.c
/supersqlite/third_party/_apsw/src/icu.cpp
# Third Party Build Folders
/supersqlite/third_party/*.so
/supersqlite/third_party/*.pyd
/supersqlite/third_party/**/build
/supersqlite/third_party/internal/**/*
/supersqlite/third_party/internal/*
!/supersqlite/third_party/internal/__init__.py
# Wheel Folder
/supersqlite/req_wheels/**/*
/supersqlite/req_wheels/*
!/supersqlite/req_wheels/.gitkeep
# Weird files
.DS_Store
**/.DS_Store