Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cython
40c693a0ff9d5a9e1f88b6cdd29fce3c9465e9a5
40c693a0ff9d5a9e1f88b6cdd29fce3c9465e9a5
Switch branch/tag
cython
.hgignore
Find file
Normal view
History
Permalink
.hgignore
63 Bytes
Edit
Web IDE
Newer
Older
Applied patches to fix typos. Also added an hgignore, and the .static files...
ggellner@basestar
committed
16 years ago
1
2
3
4
5
6
7
8
syntax: glob
*.pyc
*~
.*.swp
syntax: regexp
^build/
language basics outline started
Peter Alexander
committed
15 years ago
9
^_build/