File: .gitignore

package info (click to toggle)
cc1541 4.0-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 400 kB
  • sloc: ansic: 5,969; makefile: 78
file content (25 lines) | stat: -rw-r--r-- 237 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
# Backup files
*~
*.orig

# Compiler output.
*.o

# Patches
*.diff
*.patch
*.rej

# Compiled applications.
/cc1541
/cc1541.exe
/test_cc1541
/test_cc1541.exe

# Source tarball
cc1541-*.tar*
cc1541-*.zip

# Manpage
/cc1541.1
/cc1541.1.txt