File: .gitignore

package info (click to toggle)
authprogs 0.6.0%2Bgit7afaa40-2
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 196 kB
  • sloc: python: 965; makefile: 15; sh: 6
file content (29 lines) | stat: -rw-r--r-- 260 bytes parent folder | download
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
# Tempfiles/etc
*.DS_Store
*.a
*.la
*.lo
*.o
*.pyc
*.so
*.swo
*.swp
*~

# setuptools distribution directory
/dist/

# Python egg metadata
/*.egg-info
/.eggs

# setuptools build directory
/build/

MANIFEST

# Converted documentation
AUTHORS
INSTALL
README
TODO