.hgignore
author nishanth
Fri, 03 Sep 2010 16:23:17 +0530
branchanoop
changeset 241 ac1f13b2b3dc
parent 220 1ecfbc16a70d
permissions -rw-r--r--
included the url
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
d2b78840bfcb initial commit
nishanth
parents:
diff changeset
     1
syntax:glob
d2b78840bfcb initial commit
nishanth
parents:
diff changeset
     2
*.pyc
d2b78840bfcb initial commit
nishanth
parents:
diff changeset
     3
*.db
3
782597c5105b added .swp to ignore
nishanth
parents: 0
diff changeset
     4
*.swp
26
212fcba4459e changed the app to work with apache + added base.html, and did needed changes.
anoop
parents: 3
diff changeset
     5
*.*~
60
a29e1995765e added settings_apache to hgignore
nishanth
parents: 26
diff changeset
     6
settings_apache.py
61
6c7f0a05ccd4 added .bak to hgignore
nishanth
parents: 60
diff changeset
     7
*.bak
218
16d1aae679a4 Added Eclipse files to hgignore.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 61
diff changeset
     8
.project
16d1aae679a4 Added Eclipse files to hgignore.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 61
diff changeset
     9
.pydevproject
220
1ecfbc16a70d Added entire database directory to hg ignore.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 218
diff changeset
    10
database/*