Skip to content

Commit

Permalink
structure: re-organized root .gitignore
Browse files Browse the repository at this point in the history
added comments n stuff
  • Loading branch information
mic-e committed Oct 10, 2014
1 parent 1c8f05b commit 45a5628
Showing 1 changed file with 23 additions and 8 deletions.
31 changes: 23 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,21 +1,36 @@
*.o
# editor-specific files
\#*
.#*
*~
.*.swp

# ELF files
*.o
*.a
*.so
/openage

# python bytecode
*.pyc
*.pyo
*.orig
__pycache__

# workflow
*.orig

# build system
/bin
/.bin
/openage
data/age
callgrind.out.*
perf.data*
.gdb_history
/Doxyfile
CTestTestfile.cmake
CMakeFiles
cmake_install.cmake
CMakeCache.txt
/Doxyfile

# debugging
callgrind.out.*
perf.data*
.gdb_history

# converted game assets
data/age

0 comments on commit 45a5628

Please sign in to comment.