File: .gitignore

package info (click to toggle)
python-pyahocorasick 1.4.1-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 768 kB
  • sloc: ansic: 4,552; python: 2,823; sh: 312; makefile: 242
file content (22 lines) | stat: -rw-r--r-- 180 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# patterns
*.pyc
*.pyd
*.dot
*.swp
*.so
*.sh
*.o

# files
MANIFEST
runtest.sh
tags
release_checklist.txt
.gdb_history

# dirs
build/
dist/
/pyahocorasick.egg-info/
/tmp/
coverage/