add .gitignore
This commit is contained in:
parent
2a5504b3f0
commit
6f5a367010
1 changed files with 39 additions and 0 deletions
39
.gitignore
vendored
Normal file
39
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
#
|
||||
# Copyright 2014, General Dynamics C4 Systems
|
||||
#
|
||||
# This software may be distributed and modified according to the terms of
|
||||
# the GNU General Public License version 2. Note that NO WARRANTY is provided.
|
||||
# See "LICENSE_GPLv2.txt" for details.
|
||||
#
|
||||
# @TAG(GD_GPL)
|
||||
#
|
||||
|
||||
# generated python bytecode
|
||||
**.pyc
|
||||
|
||||
# latex generated files
|
||||
**.aux
|
||||
**.log
|
||||
**.out
|
||||
**.lof
|
||||
**.lot
|
||||
**.bbl
|
||||
**.blg
|
||||
**.toc
|
||||
**.mpx
|
||||
|
||||
manual/env.tex
|
||||
manual/manual.pdf
|
||||
|
||||
haskell/doc/refman.pdf
|
||||
haskell/doc/version.txt
|
||||
|
||||
haskell/doc/figures/clientkernel.pdf
|
||||
haskell/doc/figures/clientserver.pdf
|
||||
haskell/doc/figures/derive.pdf
|
||||
haskell/doc/figures/ipctransfer.pdf
|
||||
haskell/doc/figures/truncation.pdf
|
||||
|
||||
# haskell generated files
|
||||
**.lhs-boot
|
||||
haskell/dist
|
||||
Loading…
Reference in a new issue