File: .gitignore

package info (click to toggle)
createrepo-c 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,632 kB
  • sloc: ansic: 31,242; python: 4,868; xml: 2,669; sh: 363; makefile: 26; perl: 7
file content (48 lines) | stat: -rw-r--r-- 662 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
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
# "Garbage" from compilation
*.o
*.so
*.pyc
*_wrap.c
snippets/

# Packages and tarball
createrepo*.rpm
python-createrepo*.rpm
createrepo_c-*.tar.xz

# Makefile generated files
Makefile
cmake_install.cmake
install_manifest.txt
CMakeCache.txt
CMakeFiles
CPackConfig.cmake
CPackSourceConfig.cmake
_CPack_Packages/
src/version.h
src/createrepo_c.pc
src/deltarpms.h
src/python/createrepo_c/
_skbuild/

# Python distribution stuff
dist/
MANIFEST
*.egg-info/

# Devel stuff
notes
build/
tags
*_

# Deltarepo acceptance tests
deltarepo/acceptance_tests/repos/repo*/repodata

# Bug fixing and feature request temp directories
BUG*/
JIRA*/
ISSUE*/

# vim swap files
*.sw?