Skip to content

Commit

Permalink
Little cleanup and gitignore stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
atsb committed Dec 6, 2022
1 parent 305f79b commit f27e49a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 63 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Prerequisites
*.d

# macOS
*.DS_Store
Build/.*
Build/

# Object files
*.o
*.ko
Expand Down Expand Up @@ -50,3 +55,4 @@ modules.order
Module.symvers
Mkfile.old
dkms.conf
.DS_Store

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion src/files.c
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ void InitGameDirectories(char *argv0)
gamedir = I_GetUserDir();
#endif

#ifndef __APPLE__ && !defined __WIN32
#if !defined __APPLE__ && !defined __WIN32
gamedir = "/usr/local/games/AliensVsPredator/";
#endif

Expand Down

0 comments on commit f27e49a

Please sign in to comment.