Skip to content

Commit

Permalink
Don't ignore txt files.
Browse files Browse the repository at this point in the history
  • Loading branch information
lipk committed Jun 29, 2014
1 parent 3238000 commit ccc1f9e
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .gitignore
@@ -1,12 +1,3 @@
# extension txt
*.txt
!README.txt
!readme.txt
!COPYING.txt
!imagemagick_command.txt
!utils/umc_dev/org.wesnoth/templates/**/*.txt
!CMakeLists.txt

# project files
.*project
Project.*
Expand All @@ -22,13 +13,12 @@ cmake_install.cmake
CPack*Config.cmake
uninstall.cmake
CMakeCache.txt
!doc/**/CMakeLists.txt
!src/ana/**/CMakeLists.txt

# scons
.scons-option-cache
*sconsign.dblite
.sconf_temp
buildlog.txt

# win32/MSVC:
ALL_BUILD.vcproj
Expand Down

0 comments on commit ccc1f9e

Please sign in to comment.