Commit 6fb233c989a43d92ade69c11f8814d605f3b2e84

Daniel Mendler 2019-05-07T11:50:18

gitignore dos2unix, ignore file from make tune

diff --git a/.gitignore b/.gitignore
index 6f24fa7..2c1afc5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,83 +1,86 @@
-# suppress compiler/linker output
-*.[oa]
-*.l[oa]
-*.obj
-*.gcda
-*.gcno
-*.gcov
-*.lib
-[Dd]ebug/
-[Rr]elease/
-/MSVC_*
-.libs/
-.coveralls.yml
-coverage*/
-coverage.info
-pre_gen/*
-
-# suppress output of build process and *nix/windows test executables
-timing
-timing.exe
-test
-test.exe
-mtest
-mtest.exe
-
-# ignore eclipse project files
-.cproject
-.project
-
-# special MS Visual Studio section
-# ignore non-compressed browse file (holds information for ClassView, IntelliSense and WizardBar)
-*.ncb
-# ignore user specific settings
-*.user
-*.suo
-*.userosscache
-*.sln.docstates
-*.userprefs
-# cache/options directory
-.vs/
-# Backup & report files from converting an old project file to a newer Visual Studio version
-_UpgradeReport_Files/
-Backup*/
-UpgradeLog*.XML
-UpgradeLog*.htm
-# Visual Studio 6 build log + workspace options file
-*.plg
-*.opt
-# visual studio profiler
-*.psess
-*.vsp
-*.vspx
-*.sap
-
-# ignore mpi.c generated by make
-mpi.c
-
-# ignore stuff generated by "make manual" and "make poster"
-*.aux
-*.dvi
-*.idx
-*.lof
-*.log
-*.out
-*.toc
-*.ilg
-*.ind
-*.pdf
-*.out
-tommath.tex
-libtommath.pc
-
-# ignore files generated by testme.sh
-gcc_errors_*.txt
-test_*.txt
-
-.#*
-*~
-*.bak
-*.orig
-*.asc
-*.tar.xz
-*.zip
+# suppress compiler/linker output
+*.[oa]
+*.l[oa]
+*.obj
+*.gcda
+*.gcno
+*.gcov
+*.lib
+[Dd]ebug/
+[Rr]elease/
+/MSVC_*
+.libs/
+.coveralls.yml
+coverage*/
+coverage.info
+pre_gen/*
+
+# suppress output of build process and *nix/windows test executables
+timing
+timing.exe
+test
+test.exe
+mtest
+mtest.exe
+
+# ignore eclipse project files
+.cproject
+.project
+
+# special MS Visual Studio section
+# ignore non-compressed browse file (holds information for ClassView, IntelliSense and WizardBar)
+*.ncb
+# ignore user specific settings
+*.user
+*.suo
+*.userosscache
+*.sln.docstates
+*.userprefs
+# cache/options directory
+.vs/
+# Backup & report files from converting an old project file to a newer Visual Studio version
+_UpgradeReport_Files/
+Backup*/
+UpgradeLog*.XML
+UpgradeLog*.htm
+# Visual Studio 6 build log + workspace options file
+*.plg
+*.opt
+# visual studio profiler
+*.psess
+*.vsp
+*.vspx
+*.sap
+
+# ignore mpi.c generated by make
+mpi.c
+
+# ignore file generated by make tune
+tuning_list
+
+# ignore stuff generated by "make manual" and "make poster"
+*.aux
+*.dvi
+*.idx
+*.lof
+*.log
+*.out
+*.toc
+*.ilg
+*.ind
+*.pdf
+*.out
+tommath.tex
+libtommath.pc
+
+# ignore files generated by testme.sh
+gcc_errors_*.txt
+test_*.txt
+
+.#*
+*~
+*.bak
+*.orig
+*.asc
+*.tar.xz
+*.zip