Fix up my AUTHORS entry, remove another automake file, and add some

svn:ignores.
This commit is contained in:
radsaq 2006-08-02 22:02:11 +00:00
parent 777dc074bc
commit 8d2dfca52c
4 changed files with 7 additions and 25 deletions

4
.gitignore vendored
View File

@ -15,3 +15,7 @@
.*.swp
.DS_store
# Simulated Subversion default ignores end here
# The contents of the svn:ignore property on the branch root.
/.sconsign.dblite
/config.log
/.sconf_temp

View File

@ -54,7 +54,8 @@ Build system
Soules - gimmedonutnow at gmail dot com
Linux SDL driver maintenance
Radsaq - document thyself
radsaq - radsaq at gmail dot com
Build system, testing, and random cleanups
-----------------------------------------
Included components:

18
src/.gitignore vendored
View File

@ -1,17 +1 @@
# A simulation of Subversion default ignores, generated by reposurgeon.
*.o
*.lo
*.la
*.al
*.libs
*.so
*.so.[0-9]*
*.a
*.pyc
*.pyo
*.rej
*~
*.#*
.*.swp
.DS_store
# Simulated Subversion default ignores end here
/fceu

View File

@ -1,7 +0,0 @@
fceud_SOURCES = drivers/pc/input.cpp drivers/pc/main.cpp drivers/pc/sdl.cpp drivers/pc/sdl-joystick.cpp drivers/pc/sdl-sound.cpp drivers/pc/sdl-throttle.cpp drivers/pc/sdl-video.cpp drivers/pc/unix-netplay.cpp
if OPENGL
TMP_OGL = drivers/pc/sdl-opengl.cpp
endif
fceud_SOURCES += $(TMP_OGL)