dfhack/.gitignore

73 lines
964 B
Plaintext

2010-02-17 20:03:30 -07:00
# linux backup files
*~
2011-07-16 01:26:56 -06:00
#Kdevelop project file
*.kdev4
2010-02-17 20:03:30 -07:00
# compiled binaries
output/*
# this one is important, track it
!output/Memory.xml
# a file generated by cmake
2010-04-02 10:36:43 -06:00
dfhack/include/config.h
2010-08-16 01:46:07 -06:00
library/private/config.h
2010-02-17 20:03:30 -07:00
# any build folders
build*/
2011-07-16 01:26:56 -06:00
nix
buntu
build/VC2010
2010-02-17 20:03:30 -07:00
2015-09-22 02:42:15 -06:00
# Sphinx generated documentation
docs/_*/
2010-02-17 20:03:30 -07:00
#except for the real one
!build/
2011-04-13 01:43:10 -06:00
# in-place build
build/Makefile
build/CMakeCache.txt
build/cmake_install.cmake
build/CMakeFiles
build/doc
build/lua
2011-04-13 01:43:10 -06:00
build/bin
build/library
build/tools
build/plugins
build/depends
2012-07-06 05:01:53 -06:00
build/install_manifest.txt
2012-09-29 03:17:28 -06:00
build/README.html
build/LUA_API.html
build/COMPILE.html
2011-04-13 01:43:10 -06:00
2010-02-17 20:03:30 -07:00
#ignore Kdevelop stuff
.kdev4
2010-04-02 10:36:43 -06:00
#fake curses header
examples/fake-curses.h
2010-05-02 20:29:17 -06:00
# Python binding binaries
2010-05-02 20:36:29 -06:00
*.pyc
2010-05-02 21:06:46 -06:00
dfhack/python/pydfhack/_pydfhack.so
dfhack/python/PyDFHack.egg-info
dfhack/python/build
2010-05-03 04:36:59 -06:00
dfhack/python/dist
2011-02-08 06:33:58 -07:00
# CPack stuff
build/CPack*Config.cmake
2011-04-13 01:43:10 -06:00
/cmakeall.bat
2013-01-02 09:30:06 -07:00
# vim files
2013-01-02 09:30:06 -07:00
*.swp
.vimrc
# ctags file
tags
2013-05-06 21:58:21 -06:00
# Mac OS X .DS_Store files
.DS_Store