mirror of
https://github.com/UberGames/EF2GameSource.git
synced 2024-11-23 20:02:02 +00:00
Initial commit
This commit is contained in:
commit
70243035bf
2 changed files with 17 additions and 0 deletions
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Compiled Object files
|
||||
*.slo
|
||||
*.lo
|
||||
*.o
|
||||
|
||||
# Compiled Dynamic libraries
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# Compiled Static libraries
|
||||
*.lai
|
||||
*.la
|
||||
*.a
|
4
README.md
Normal file
4
README.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
EF2GameSource
|
||||
=============
|
||||
|
||||
The original EF2GameSource (soon to be updated so it compiled on windows and linux again)
|
Loading…
Reference in a new issue