Skip to content

Commit

Permalink
Fix .gitignore for tar --exclude-vcs-ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
rtsisyk committed Feb 9, 2016
1 parent 39d70d6 commit 1b537c5
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions .gitignore
Expand Up @@ -16,7 +16,21 @@ CMakeFiles
CMakeCache.txt
CPackConfig.cmake
CPackSourceConfig.cmake
Makefile
./build
/build
# Ignore Makefile in the stupid way for `tar --exclude-vcs-ignores`
/Makefile
./Makefile
src/Makefile
src/*/Makefile
src/*/*/Makefile
src/*/*/*/Makefile
doc/Makefile
doc/*/Makefile
extra/Makefile
extra/*/Makefile
test/Makefile
test/*/Makefile
Doxyfile.API
RPM
*.src.rpm
Expand All @@ -35,8 +49,8 @@ cmake_install.cmake
config.mk
config.guess
config.sub
doc/doxygen/
doc/api/
doc/doxygen
doc/api
doc/www/content/doc/dev_guide.html
doc/www/content/doc/tnt.css
doc/www/content/doc/user_guide.html
Expand Down Expand Up @@ -73,7 +87,6 @@ third_party/luajit/src/lj_libdef.h
third_party/luajit/src/lj_recdef.h
third_party/luajit/src/lj_vm.s
VERSION
!FreeBSD/databases/tarantool/Makefile
src/00000000000000000001.snap
doc/sphinx/_build/*
!doc/sphinx/_build/.gitignore
Expand All @@ -98,4 +111,4 @@ debian/tarantool.debhelper.log
debian/tarantool.substvars
debian/tarantool/*
debian/tmp/*

*.cdbs-config_list

0 comments on commit 1b537c5

Please sign in to comment.