Procházet zdrojové kódy

Ignoring, with ignorance.

Michele Orrù před 11 roky
rodič
revize
a6ddb88bbe
1 změnil soubory, kde provedl 26 přidání a 2 odebrání
  1. 26 2
      .gitignore

+ 26 - 2
.gitignore

@@ -1,3 +1,27 @@
-
+# emacs-generated files.
 *~
-#*#
+\#*\#
+
+# autoconf/automake/autotools shit.
+compile
+depcomp
+aclocal.m4
+autom4te.cache
+install-sh
+Makefile.in
+Makefile
+config*
+.deps
+/missing
+
+# binaries, libraries, and objects
+*.[oa]
+qa
+gen
+unittest
+
+# latex-generated files.
+book/*.pdf
+book/*.out
+book/*.log
+book/*.aux