diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-07-24 22:47:08 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-07-24 22:47:08 +0200 |
| commit | 81ab21d0a81afdbab93ed63bde1a77627aa43498 (patch) | |
| tree | 9ec7dd3a466beb22a70119621f0db3eec5d94440 /.gitignore | |
| download | facharbeit-neuralnet-81ab21d0a81afdbab93ed63bde1a77627aa43498.tar.gz facharbeit-neuralnet-81ab21d0a81afdbab93ed63bde1a77627aa43498.zip | |
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..16247c6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +_minted-*/ +mirror/ +cd/quellen/ +*.aux +*.glo +*.idx +*.log +*.toc +*.ist +*.acn +*.acr +*.alg +*.bbl +*.blg +*.dvi +*.glg +*.gls +*.ilg +*.ind +*.lof +*.lot +*.maf +*.mtc +*.mtc1 +*.out +*.synctex.gz +*.swp +*.bcf +*.run.xml |
