Skip to content

Commit

Permalink
Merge branch 'master' of github.com:CleverRaven/Cataclysm-DDA into do…
Browse files Browse the repository at this point in the history
…xygen_stats

Conflicts:
	src/activity_handlers.cpp
	src/bionics.cpp
	src/character.cpp
  • Loading branch information
sparr committed Nov 26, 2015
2 parents 08bcfb5 + 31f857d commit 776d332
Show file tree
Hide file tree
Showing 749 changed files with 680,399 additions and 199,422 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
# 4 space indentation
indent_style = space
indent_size = 4
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
tests/cata_test
cataclysm
cataclysm-tiles
chkjson*
Expand Down Expand Up @@ -89,3 +90,14 @@ nbproject/
# OSX
Cataclysm.app
data/osx/AppIcon.icns
Cataclysm.dmg

# Jetbrains CLion
.idea/

# linked test executable
tests/line_test
tests/map_iterator_test
tests/shadowcasting_test
# static library used to link the test executable
cataclysm.a
Loading

0 comments on commit 776d332

Please sign in to comment.