Skip to content

Commit

Permalink
Clean up, update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lethosor committed Nov 29, 2015
1 parent 3330225 commit 7aca0aa
Showing 1 changed file with 10 additions and 32 deletions.
42 changes: 10 additions & 32 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,32 +1,23 @@
# 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*/
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
Expand All @@ -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
Expand All @@ -71,6 +52,3 @@ tags

# Mac OS X .DS_Store files
.DS_Store

# autogenerated include-all.rst files
**include-all.rst

0 comments on commit 7aca0aa

Please sign in to comment.