File: .gitignore

package info (click to toggle)
basilisk2 0.9.20240402%2Bdfsg-1
  • links: PTS, VCS
  • area: contrib
  • in suites: sid, trixie
  • size: 15,980 kB
  • sloc: cpp: 219,080; ansic: 48,228; sh: 3,713; asm: 1,904; makefile: 1,317; objc: 745; perl: 198
file content (39 lines) | stat: -rw-r--r-- 514 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
30
31
32
33
34
35
36
37
38
39
# Object files
*.o

# Backups
*~

# Mac OS X metadata
*.DS_Store

#
# Xcode gitignore settings are from https://github.com/github/gitignore/blob/master/Global/Xcode.gitignore
#

## Xcode, Build generated
build/
DerivedData/

## Xcode, Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/
xcschemes/
project.xcworkspace/

## Xcode, Other
*.moved-aside
*.xccheckout
*.xcscmblueprint

#
# JetBrains IDE settings
#
*.idea