Commit c783b3c9 authored by Matthew Hausknecht's avatar Matthew Hausknecht

took gitignore from pr9

parent e415c173
...@@ -4,6 +4,7 @@ __pycache__/ ...@@ -4,6 +4,7 @@ __pycache__/
# C extensions # C extensions
*.so *.so
*.a
# Distribution / packaging # Distribution / packaging
.Python .Python
...@@ -31,6 +32,7 @@ var/ ...@@ -31,6 +32,7 @@ var/
# Installer logs # Installer logs
pip-log.txt pip-log.txt
pip-delete-this-directory.txt pip-delete-this-directory.txt
install_manifest.txt
# Unit test / coverage reports # Unit test / coverage reports
htmlcov/ htmlcov/
...@@ -64,7 +66,16 @@ bin/agent ...@@ -64,7 +66,16 @@ bin/agent
bin/sample_coach bin/sample_coach
bin/sample_player bin/sample_player
bin/sample_trainer bin/sample_trainer
bin/rcssserver
bin/soccerwindow2
example/hfo_example_agent example/hfo_example_agent
example/high_level_random_agent
example/low_level_random_agent
# Dependency directories
librcsc-prefix/
rcssserver-prefix/
soccerwindow2-prefix/
# Logs # Logs
log/ log/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment