source: trunk/anuga_core/.gitignore @ 9680

Last change on this file since 9680 was 9677, checked in by steve, 10 years ago

small cleanup of get_revision code

File size: 1.4 KB
Line 
1# Editor temporary/working/backup files #
2#########################################
3.#*
4[#]*#
5*~
6*$
7*.bak
8.idea/*
9*.kdev4
10*.org
11.project
12.pydevproject
13*.rej
14.settings/
15.*.sw[nop]
16.sw[nop]
17*.tmp
18*.vim
19*.sww
20tags
21
22# Compiled source #
23###################
24*.a
25*.com
26*.class
27*.exe
28*.l[ao]
29*.o
30*.py[ocd]
31*.so
32_configtest.c
33
34# Packages #
35############
36# it's better to unpack these files and commit the raw source
37# git has its own built in compression methods
38*.7z
39*.bz2
40*.bzip2
41*.dmg
42*.gz
43*.iso
44*.jar
45*.rar
46*.tar
47*.tbz2
48*.tgz
49*.zip
50
51# Python files #
52################
53# setup.py working directory
54build
55# sphinx build directory
56doc/_build
57# cython files
58cythonize.dat
59# setup.py dist directory
60dist
61# Egg metadata
62*.egg-info
63# tox testing tool
64.tox
65# The shelf plugin uses this dir
66./.shelf
67MANIFEST
68# distutils configuration
69site.cfg
70# other temporary files
71.coverage
72.deps
73.libs
74
75# Paver generated files #
76#########################
77/release
78
79# Logs and databases #
80######################
81*.log
82*.sql
83*.sqlite
84
85# Patches #
86###########
87*.patch
88*.diff
89
90# OS generated files #
91######################
92.directory
93.fseventsd
94.DS_Store*
95.gdb_history
96.VolumeIcon.icns
97ehthumbs.db
98Icon?
99Thumbs.db
100
101# Documentation generated files #
102#################################
103doc/frontpage/build
104doc/source/generated
105
106# Things specific to this project #
107###################################
108anuga/__config__.py
109anuga/version.py
Note: See TracBrowser for help on using the repository browser.