Skip to content

Commit

Permalink
Added _build* pattern to .gitignore.
Browse files Browse the repository at this point in the history
There is build in top-level directory of the source tree, so we can't
ignore build globally. To make in-source build subfolders usable without
annoying Git prompts about unstaged changes, we can use _build and its
variants (_build-{branch}-{build type}, etc.). It will be ignored.
  • Loading branch information
mloskot committed Feb 4, 2013
1 parent ca8d0d2 commit 2b5a86a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,4 +1,5 @@
tmp
_build*
src/build
tmp
*.swp
*.kate-swp

0 comments on commit 2b5a86a

Please sign in to comment.