diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2008-11-15 13:13:40 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2008-11-15 13:13:40 -0500 |
commit | 4c768483aecd687529b9abb48ed42950fabc886f (patch) | |
tree | 07c58dad7d2255f15443205cf28e2e7e6c59c2d4 /.hgignore | |
download | fourpuzzle-4c768483aecd687529b9abb48ed42950fabc886f.tar.gz fourpuzzle-4c768483aecd687529b9abb48ed42950fabc886f.tar.bz2 fourpuzzle-4c768483aecd687529b9abb48ed42950fabc886f.zip |
Created the NetBeans project
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000..2f945c3 --- /dev/null +++ b/.hgignore | |||
@@ -0,0 +1,5 @@ | |||
1 | \.orig$ | ||
2 | \.orig\..*$ | ||
3 | \.chg\..*$ | ||
4 | \.rej$ | ||
5 | \.conflict\~$ | ||