Skip to content

Commit

Permalink
gitignore: Restructure existing rules
Browse files Browse the repository at this point in the history
Organize the rules into groups corresponding to the tools creating
these files.

Use blank lines and comments for clarity.
  • Loading branch information
aquileia committed Jun 8, 2014
1 parent 9b1fea0 commit f30a332
Showing 1 changed file with 29 additions and 22 deletions.
51 changes: 29 additions & 22 deletions .gitignore
@@ -1,3 +1,6 @@
# extension txt
*.txt

# project files
.*project
Project.*
Expand All @@ -23,9 +26,22 @@ uninstall.vcproj
*.vcproj.*.user
projectfiles/VC[12]*

# eclipse
.settings

# autotools
config.h
config.h.in
config.log
config.status
configure
configure.lineno
aclocal.m4
autom4te.cache
stamp-h1

# build directories
/wesnothd*
/test*
/wesnoth*
/campaignd*
/cutter*
Expand All @@ -52,35 +68,26 @@ Lib
translations
userdata

# configuration
config.h
config.h.in
config.log
config.status
configure
configure.lineno
# testing
/test*
error*.log
do_build_and_tests.sh
boost_test_result.xml

# translations
locales
make_translation
merge_translations

# OS created files
.DS_Store
Thumbs.db
[Tt]humbs.db
*Neuer Ordner*

# uncategorized
.settings
*.txt
*.swp
*.gmo
make_translation
merge_translations
Makefile
Makefile.in
autom4te.cache
stamp-h1
revision.h
aclocal.m4
6not
boost_test_result.xml
locales
.kdev*
*Neuer Ordner*
error*.log
do_build_and_tests.sh

0 comments on commit f30a332

Please sign in to comment.