source: trunk/anuga_1d_core/.gitignore

Last change on this file was 9741, checked in by steve, 7 years ago

Added in two git related files

File size: 1.5 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
20*.tif
21*.xml
22*.pts
23*.msh
24*.dem
25*.asc
26*.qgs
27*.aux
28*.bbl
29*.blg
30*.out
31*.toc
32tags
33
34
35# Compiled source #
36###################
37*.a
38*.com
39*.class
40*.exe
41*.l[ao]
42*.o
43*.py[ocd]
44*.so
45_configtest.c
46
47
48
49
50# Packages #
51############
52# it's better to unpack these files and commit the raw source
53# git has its own built in compression methods
54*.7z
55*.bz2
56*.bzip2
57*.dmg
58*.gz
59*.iso
60*.jar
61*.rar
62*.tar
63*.tbz2
64*.tgz
65*.zip
66
67# Python files #
68################
69revision.py
70# setup.py working directory
71build
72# sphinx build directory
73doc/_build
74# cython files
75cythonize.dat
76# setup.py dist directory
77dist
78# Egg metadata
79*.egg-info
80# tox testing tool
81.tox
82# The shelf plugin uses this dir
83./.shelf
84MANIFEST
85# distutils configuration
86site.cfg
87# other temporary files
88.coverage
89.deps
90.libs
91
92# Paver generated files #
93#########################
94/release
95
96# Logs and databases #
97######################
98*.log
99*.sql
100*.sqlite
101
102# Patches #
103###########
104*.patch
105*.diff
106
107# OS generated files #
108######################
109.directory
110.fseventsd
111.DS_Store*
112.gdb_history
113.VolumeIcon.icns
114ehthumbs.db
115Icon?
116Thumbs.db
117.ipynb_checkpoints
118
119# Documentation generated files #
120#################################
121doc/frontpage/build
122doc/source/generated
123
124# Things specific to this project #
125###################################
126anuga_1d/__config__.py
127anuga_1d/version.py
Note: See TracBrowser for help on using the repository browser.