aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/modules/ROOT/pages/projects.adoc130
1 files changed, 65 insertions, 65 deletions
diff --git a/doc/modules/ROOT/pages/projects.adoc b/doc/modules/ROOT/pages/projects.adoc
index ff96ca4..d1726b7 100644
--- a/doc/modules/ROOT/pages/projects.adoc
+++ b/doc/modules/ROOT/pages/projects.adoc
@@ -42,106 +42,106 @@ are the configuration files of various build tools. Out of the box the following
|===
| File | Project Type
-| rebar.config
-| Rebar project file
+| `.ensime`
+| Ensime configuration file
-| project.clj
-| Leiningen project file
+| `CMakeLists.txt`
+| CMake
-| build.boot
-| Boot-clj project file
+| `Cargo.toml`
+| Cargo project file
-| deps.edn
-| Clojure CLI project file
+| `DESCRIPTION`
+| R package description file
-| SConstruct
-| Scons project file
+| `GTAGS`
+| GNU Global tags
-| default.nix
-| Nix project file
+| `Gemfile`
+| Bundler file
-| flake.nix
-| Nix flake project file
+| `Makefile`
+| Make
-| pom.xml
-| Maven project file
+| `SConstruct`
+| Scons project file
-| build.sbt
-| SBT project file
+| `TAGS`
+| etags/ctags are usually in the root of project
-| build.sc
-| Mill project file
+| `WORKSPACE`
+| Bazel workspace file
-| gradlew
-| Gradle wrapper script
+| `build.boot`
+| Boot-clj project file
-| build.gradle
+| `build.gradle`
| Gradle project file
-| .ensime
-| Ensime configuration file
+| `build.sbt`
+| SBT project file
-| Gemfile
-| Bundler file
+| `build.sc`
+| Mill project file
-| requirements.txt
-| Pip file
+| `composer.json`
+| Composer project file
-| setup.py
-| Setuptools file
+| `configure.ac`
+| autoconf new style
-| tox.ini
-| Tox file
+| `configure.in`
+| autoconf old style
-| composer.json
-| Composer project file
+| `cscope.out`
+| cscope
-| Cargo.toml
-| Cargo project file
+| `debian/control`
+| Debian package dpkg control file
-| mix.exs
-| Elixir mix project file
+| `default.nix`
+| Nix project file
-| stack.yaml
-| Haskell's stack tool based project
+| `deps.edn`
+| Clojure CLI project file
-| dune-project
+| `dune-project`
| OCaml Dune project file
-| info.rkt
-| Racket package description file
+| `flake.nix`
+| Nix flake project file
-| DESCRIPTION
-| R package description file
+| `gradlew`
+| Gradle wrapper script
-| TAGS
-| etags/ctags are usually in the root of project
+| `info.rkt`
+| Racket package description file
-| GTAGS
-| GNU Global tags
+| `mix.exs`
+| Elixir mix project file
-| configure.in
-| autoconf old style
+| `pom.xml`
+| Maven project file
-| configure.ac
-| autoconf new style
+| `project.clj`
+| Leiningen project file
-| cscope.out
-| cscope
+| `rebar.config`
+| Rebar project file
-| Makefile
-| Make
+| `requirements.txt`
+| Python Pip file
-| CMakeLists.txt
-| CMake
+| `setup.py`
+| Setuptools file
-| WORKSPACE
-| Bazel workspace file
+| `stack.yaml`
+| Haskell's stack tool based project
-| debian/control
-| Debian package dpkg control file
+| `tox.ini`
+| Tox file
-| xmake.lua
+| `xmake.lua`
| xmake project
|===