Clean up, update .gitignore

develop
lethosor 2015-11-29 18:39:48 -05:00
parent 33302251c3
commit 7aca0aa7b1
1 changed files with 10 additions and 32 deletions

42
.gitignore vendored

@ -1,18 +1,9 @@
# linux backup files
*~
#Kdevelop project file
#Kdevelop project files
*.kdev4
# compiled binaries
output/*
# this one is important, track it
!output/Memory.xml
# a file generated by cmake
dfhack/include/config.h
library/private/config.h
.kdev4
# any build folders
build*/
@ -20,13 +11,13 @@ nix
buntu
build/VC2010
#except for the real one
!build/
# Sphinx generated documentation
docs/_*
docs/html/
#except for the real one
!build/
# in-place build
build/Makefile
build/CMakeCache.txt
@ -35,27 +26,17 @@ build/CMakeFiles
build/doc
build/lua
build/bin
build/depends
build/library
build/tools
build/plugins
build/depends
build/scripts
build/install_manifest.txt
build/README.html
build/LUA_API.html
build/COMPILE.html
#ignore Kdevelop stuff
.kdev4
#fake curses header
examples/fake-curses.h
build/_CPack_Packages
build/dfhack-*.zip
build/dfhack-*.bz2
# Python binding binaries
*.pyc
dfhack/python/pydfhack/_pydfhack.so
dfhack/python/PyDFHack.egg-info
dfhack/python/build
dfhack/python/dist
# CPack stuff
build/CPack*Config.cmake
@ -71,6 +52,3 @@ tags
# Mac OS X .DS_Store files
.DS_Store
# autogenerated include-all.rst files
**include-all.rst