.hgignore
author Mikael Berthe <mikael@lilotux.net>
Wed, 10 Nov 2010 11:17:53 +0100
changeset 31 2e856ffb57d5
child 51 30b410060a65
permissions -rw-r--r--
Add hgignore file
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
31
2e856ffb57d5 Add hgignore file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     1
syntax: glob
2e856ffb57d5 Add hgignore file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     2
2e856ffb57d5 Add hgignore file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     3
# ignore generated by libtool files (no more necessary)
2e856ffb57d5 Add hgignore file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     4
*.a
2e856ffb57d5 Add hgignore file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     5
*.o
2e856ffb57d5 Add hgignore file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     6
*.lo
2e856ffb57d5 Add hgignore file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     7
*.la
2e856ffb57d5 Add hgignore file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     8
*.so
2e856ffb57d5 Add hgignore file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     9
*.lai
2e856ffb57d5 Add hgignore file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    10
*.so.*
2e856ffb57d5 Add hgignore file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    11
# ignore backup files
2e856ffb57d5 Add hgignore file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    12
*~
2e856ffb57d5 Add hgignore file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    13
# ignore docs: they are not important and apiref is generated on the fly
2e856ffb57d5 Add hgignore file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    14
*.html
2e856ffb57d5 Add hgignore file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    15
# ignore generated makefile
2e856ffb57d5 Add hgignore file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    16
Makefile
2e856ffb57d5 Add hgignore file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    17
# ignore cmake files
2e856ffb57d5 Add hgignore file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    18
*.cmake
2e856ffb57d5 Add hgignore file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    19
CMake*
2e856ffb57d5 Add hgignore file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    20
CPack*
2e856ffb57d5 Add hgignore file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    21
# ignore generated header
2e856ffb57d5 Add hgignore file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    22
config.h
2e856ffb57d5 Add hgignore file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    23
# ignore resulting bundles
2e856ffb57d5 Add hgignore file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    24
*.deb
2e856ffb57d5 Add hgignore file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    25
*.tar.bz2
2e856ffb57d5 Add hgignore file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    26
# ignore build dir
2e856ffb57d5 Add hgignore file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    27
build