-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
54 lines (46 loc) · 908 Bytes
/
.gitignore
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
49
50
51
52
53
# CS50 recommended .gitignore file.
# Copy this file into the top-level folder of any new git repository,
# with name .gitignore (note the leading dot!), then extend it with
# repo-specific files to be ignored (such as the name of the compiled binary).
#
# for documentation on gitignore files, see
# https://git-scm.com/docs/gitignore
# NFS files
.nfs*
# core dumps
core
# Object files and libraries
*.o
*.a
a.out
# Emacs backup and scratch files
*~
\#*\#
.\#*
# debugger symbols
*.dSYM
# MacOS stuff
.DS_Store
.AppleDouble
.LSOverride
Icon?
._*
.Spotlight-V*
.Trashes
###########################################################################
# custom additions below here; see also .gitignore files in subdirectories.
server
client
maps/unreadable.txt
*.swp
clienttest
networktest
servertest
quickcompile.sh
testing.out
testing2.out
client.log
vgcore.*
client.log
server.log
joinlotsplayers.sh